summaryrefslogtreecommitdiff
path: root/test/tabs.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-12 02:11:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-12 02:11:03 +0000
commit0c6c69ffbc39ea21accb320133c436e01ffdde38 (patch)
treed9166bf5003849646c6c583f94237b2db17b5482 /test/tabs.fl
parent42bfef91a7e115826a4701ce064c2d7e2df7a88e (diff)
Add missing header to tabs program.
Fix dependency for help demo... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2573 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tabs.fl')
-rw-r--r--test/tabs.fl5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tabs.fl b/test/tabs.fl
index c2e03db02..89721d3f2 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -34,8 +34,9 @@ Function {} {open
Fl_Button {} {
label button1
callback {fl_message("Test to see if this modal window prevents you from "
- "changing the tabs. It should.");}
+ "changing the tabs. It should.");} selected
xywh {20 60 100 30}
+ code0 {\#include <FL/fl_ask.H>}
}
Fl_Input {} {
label {input in box2}
@@ -114,7 +115,7 @@ Function {} {open
}
Fl_Return_Button {} {
label OK
- callback {exit(0);} selected
+ callback {exit(0);}
xywh {250 290 60 30}
code0 {\#include <stdlib.h>}
}