summaryrefslogtreecommitdiff
path: root/test/keyboard_ui.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-30 05:16:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-30 05:16:10 +0000
commit988bc9d95f1a4f5b06262fe9b4de9466ab2950f5 (patch)
tree1ab33fd5e17b5db2c53002e38a9ac4cb425edee7 /test/keyboard_ui.fl
parent3a904f07b7669ed7e461c3e5c2e5a8e0dc494461 (diff)
Fix build problems in test directory - no more recursive dependencies for
demos that are partially built using FLUID. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/keyboard_ui.fl')
-rw-r--r--test/keyboard_ui.fl7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl
index 207e33bb3..00ba46fd0 100644
--- a/test/keyboard_ui.fl
+++ b/test/keyboard_ui.fl
@@ -7,8 +7,9 @@ gridy 5
snap 3
Function {make_window()} {open
} {
- Fl_Window my_window {open
+ Fl_Window my_window {selected
xywh {461 296 494 203}
+ code0 {\#include "keyboard.h"}
class MyWindow visible
} {
Fl_Button {} {
@@ -709,12 +710,12 @@ Function {make_window()} {open
}
Fl_Dial roller_x {
label {x:}
- callback wheel_cb selected
+ callback wheel_cb
xywh {440 60 20 20} box ROUND_UP_BOX selection_color 49 labelsize 9 align 5 step 0.1
}
Fl_Dial roller_y {
label {y:}
- callback wheel_cb selected
+ callback wheel_cb
xywh {460 60 20 20} box ROUND_UP_BOX selection_color 49 labelsize 9 align 5 step 0.1
}
}