1 # data file for the Fltk User Interface Designer (fluid)
8 label {Comparison of Fl_Tab (left) vs. Fl_Wizard (right)} open
9 xywh {423 205 642 337} type Double resizable visible
13 xywh {95 0 130 35} labeltype ENGRAVED_LABEL labelfont 1
16 tooltip {the various index cards test different aspects of the Fl_Tabs widget} xywh {10 35 300 205} selection_color 4 labelcolor 7 resizable
19 label {Label&1} open selected
20 tooltip {this Tab tests correct keyboard navigation between text input fields} xywh {10 60 300 180} selection_color 1 resizable
24 tooltip {This is the first input field} xywh {60 80 240 40}
29 code0 {o->tooltip("");}
38 tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {10 60 300 180} selection_color 2 hide
42 callback {fl_message("Test to see if this modal window prevents you from "
43 "changing the tabs. It should.");}
45 code0 {\#include <FL/fl_ask.H>}
52 label {This is stuff inside the Fl_Group "tab2"}
56 label {Test event blocking by modal window}
57 callback {fl_message("Make sure you cannot change the tabs while this modal window is up");}
59 code0 {\#include <FL/fl_ask.H>}
64 tooltip {tab3 checks for correct keyboard navigation} xywh {10 60 300 180} selection_color 3 hide
81 tooltip {this tab show the issue of indicating a selcted tab if the tab layouts are very similar} xywh {10 60 300 180} selection_color 5 labeltype ENGRAVED_LABEL labelfont 2 hide
97 label {@fileprint &print} open
98 tooltip {tab5 verifies if visibility requests are handled correctly} xywh {10 60 300 180} hide
102 tooltip {button2 has a different tooltp than tab5} xywh {20 75 60 80}
109 xywh {20 175 40 55} box THIN_DOWN_BOX color 173 align 16
113 label {subwindows:} open
114 xywh {65 175 40 55} box THIN_DOWN_BOX color 167
118 xywh {110 175 40 55} box THIN_DOWN_BOX color 239 align 16
124 label {class Fl_Wizard}
125 xywh {410 0 130 35} labeltype ENGRAVED_LABEL labelfont 1
128 xywh {325 60 300 180}
132 tooltip {this Tab tests correct keyboard navigation between text input fields} xywh {325 60 300 180} selection_color 1 resizable
136 tooltip {This is the first input field} xywh {375 80 240 40}
140 xywh {375 120 240 30}
141 code0 {o->tooltip("");}
145 xywh {375 150 240 80}
150 tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {325 60 300 180} selection_color 2 hide
154 callback {fl_message("Test to see if this modal window prevents you from "
155 "changing the tabs. It should.");}
157 code0 {\#include <FL/fl_ask.H>}
160 label {input in box2}
161 xywh {455 130 100 30}
164 label {This is stuff inside the Fl_Group "tab2"}
165 xywh {345 170 260 30}
168 label {Test event blocking by modal window}
169 callback {fl_message("Make sure you cannot change the tabs while this modal window is up");}
170 xywh {345 200 260 30}
171 code0 {\#include <FL/fl_ask.H>}
176 tooltip {tab3 checks for correct keyboard navigation} xywh {325 60 300 180} selection_color 3 hide
193 tooltip {this tab show the issue of indicating a selcted tab if the tab layouts are very similar} xywh {325 60 300 180} selection_color 5 labelfont 2 hide
210 tooltip {tab5 verifies if visibility requests are handled correctly} xywh {325 60 300 180} labeltype ENGRAVED_LABEL hide
214 tooltip {button2 has a different tooltp than tab5} xywh {335 75 60 80}
221 xywh {335 175 40 55} box THIN_DOWN_BOX color 173 align 16
225 label {subwindows:} open
226 xywh {380 175 40 55} box THIN_DOWN_BOX color 167
230 xywh {425 175 40 55} box THIN_DOWN_BOX color 239 align 16
236 xywh {410 245 130 25}
240 callback {wWizard->value(wWizard->child(0));}
241 tooltip {go to first page [Home]} xywh {410 245 30 25} shortcut 0xff50
245 callback {wWizard->prev();}
246 tooltip {go to previous page [left arrow]} xywh {440 245 30 25} shortcut 0xff51
250 callback {wWizard->next();}
251 tooltip {go to next page in wizard [right arrow]} xywh {480 245 30 25} shortcut 0xff53
255 callback {int last = wWizard->children()-1;
256 wWizard->value(wWizard->child(last));}
257 tooltip {go to last page [End]} xywh {510 245 30 25} shortcut 0xff57
272 code0 {\#include <stdlib.h>}
274 Fl_Return_Button {} {
278 code0 {\#include <stdlib.h>}