1998-10-06 22:21:25 +04:00
# data file for the Fltk User Interface Designer (fluid)
2015-07-09 05:09:33 +03:00
version 1.0304
header_name {.h}
2014-10-05 04:03:27 +04:00
code_name {.cxx}
1998-10-06 22:21:25 +04:00
Function {} {open
} {
Fl_Window {} {open
2015-03-10 04:41:55 +03:00
xywh {397 202 318 443} type Double hide resizable
1998-10-06 22:21:25 +04:00
} {
Fl_Slider control {
label {move
this}
callback {fast->value(o->value());
if (!Fl::pushed()) slow->value(o->value());}
xywh {90 200 30 200}
code0 {o->when(FL_WHEN_CHANGED|FL_WHEN_RELEASE|FL_WHEN_NOT_CHANGED);}
}
Fl_Slider fast {
label {fast
1999-05-06 10:21:53 +04:00
redraw} selected
xywh {140 200 30 200}
code0 {o->set_output();}
1998-10-06 22:21:25 +04:00
}
Fl_Slider slow {
label {slow
1999-05-06 10:21:53 +04:00
redraw} selected
xywh {190 200 30 200}
code0 {o->set_output();}
1998-10-06 22:21:25 +04:00
}
Fl_Box {} {
label {The left slider has changed( FL_WHEN_CHANGED | FL_WHEN_RELEASE | FL_WHEN_NOT_CHANGED) so it produces a callback on both drag and release mouse events.
The middle slider (representing a widget with low overhead) is changed on every mouse movement.
1999-05-06 10:21:53 +04:00
The right slider (representing a widget with high overhead) is only updated when the mouse is released, by checking if Fl::pushed() is zero.}
xywh {10 10 300 180} box DOWN_BOX color 53 selection_color 47 labelfont 4 labelsize 12 align 148
1998-10-06 22:21:25 +04:00
}
}
2015-07-09 05:09:33 +03:00
}