summaryrefslogtreecommitdiff
path: root/test/valuators.fl
diff options
context:
space:
mode:
Diffstat (limited to 'test/valuators.fl')
-rw-r--r--test/valuators.fl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/valuators.fl b/test/valuators.fl
index 1db808304..488350705 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -37,7 +37,7 @@ Function {} {open
Fl_Slider {} {
label FL_HORIZONTAL
user_data {"Fl_Slider FL_HORIZONTAL"}
- callback callback
+ callback callback selected
xywh {140 80 130 20} type Horizontal selection_color 1 labelsize 8
}
Fl_Slider {} {
@@ -125,7 +125,7 @@ Function {} {open
Fl_Scrollbar {} {
label {FL_VERTICAL (0) ->}
user_data {"Fl_Scrollbar FL_VERTICAL"}
- callback callback selected
+ callback callback
tooltip {Vertical Scrollbar} xywh {405 30 20 90} labelsize 8 align 13 maximum 100 value 20
}
Fl_Box {} {