summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2000-10-21 20:01:56 +0000
committerBill Spitzak <spitzak@gmail.com>2000-10-21 20:01:56 +0000
commit2cbf4041b3bf742c4ab23402234b956db9d83ce8 (patch)
treef728cb1766fd2d6ba25348815bd5a93e6aa3692a /test
parent710dcef237366e052ef74e68189546db6789e980 (diff)
Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/tabs.fl18
1 files changed, 10 insertions, 8 deletions
diff --git a/test/tabs.fl b/test/tabs.fl
index 13b97796a..8967a6dcb 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -1,15 +1,17 @@
# data file for the Fltk User Interface Designer (fluid)
-version 0.99
+version 1.0009
+header_name {.h}
+code_name {.cxx}
gridx 10
gridy 10
snap 3
Function {} {open
} {
Fl_Window foo_window {open
- xywh {329 266 321 324} hide resizable
+ xywh {329 266 321 324} resizable visible
} {
Fl_Tabs {} {open
- xywh {10 10 300 200} color {47 15} resizable
+ xywh {10 10 300 200} selection_color 15 resizable
} {
Fl_Group {} {
label Label1 open
@@ -41,13 +43,13 @@ Function {} {open
xywh {140 100 100 30}
}
Fl_Button {} {
- label {This is stuff inside the Fl_Group "tab2"} selected
+ label {This is stuff inside the Fl_Group "tab2"}
xywh {30 140 260 30}
}
}
Fl_Group {} {
- label tab3 open
- xywh {10 30 300 180} hide
+ label tab3 open selected
+ xywh {10 30 300 180}
} {
Fl_Button {} {
label button2
@@ -81,7 +83,7 @@ Function {} {open
}
Fl_Group {} {
label { tab5 } open
- xywh {10 30 300 180} labeltype ENGRAVED_LABEL
+ xywh {10 30 300 180} labeltype ENGRAVED_LABEL hide
} {
Fl_Button {} {
label button2
@@ -93,7 +95,7 @@ Function {} {open
}
Fl_Clock {} {
label {Make sure this clock does not use processor time when this tab is hidden or window is iconized}
- xywh {160 50 100 100} box OSHADOW_BOX color {238 0} labelfont 8 labelsize 10 align 130
+ xywh {160 50 100 100} box OSHADOW_BOX color 238 selection_color 0 labelfont 8 labelsize 10 align 130
}
}
}