1998-10-06 22:21:25 +04:00
# data file for the Fltk User Interface Designer (fluid)
2016-01-30 03:56:42 +03:00
version 1.0400
2015-07-09 05:09:33 +03:00
header_name {.h}
2002-08-12 04:43:12 +04:00
code_name {.cxx}
1998-10-06 22:21:25 +04:00
Function {} {open
} {
2007-01-24 15:03:36 +03:00
Fl_Window foo_window {
2015-06-17 19:10:37 +03:00
label {Comparison of Fl_Tab (left) vs. Fl_Wizard (right)} open selected
2015-06-17 18:26:37 +03:00
xywh {516 38 660 400} type Double hide resizable
1998-10-06 22:21:25 +04:00
} {
2007-01-24 15:03:36 +03:00
Fl_Box {} {
label {class Fl_Tabs}
2007-05-02 00:20:21 +04:00
xywh {95 0 130 35} labeltype ENGRAVED_LABEL labelfont 1
2007-01-24 15:03:36 +03:00
}
2015-06-17 19:10:37 +03:00
Fl_Tabs {} {open
2015-06-17 18:26:37 +03:00
tooltip {the various index cards test different aspects of the Fl_Tabs widget} xywh {10 35 315 260} selection_color 4 labelcolor 7 resizable
1998-10-06 22:21:25 +04:00
} {
Fl_Group {} {
2015-06-17 18:26:37 +03:00
label {Label&1}
2015-09-01 18:15:21 +03:00
tooltip {this tab tests correct keyboard navigation between text input fields} xywh {10 60 315 235} selection_color 1 resizable
1998-10-06 22:21:25 +04:00
} {
Fl_Input {} {
label {input:}
2015-06-17 18:26:37 +03:00
tooltip {This is the first input field} xywh {70 80 240 40}
1998-10-06 22:21:25 +04:00
}
Fl_Input {} {
label {input2:}
2015-06-17 18:26:37 +03:00
xywh {70 120 240 30}
2006-11-29 12:46:43 +03:00
code0 {o->tooltip("");}
1998-10-06 22:21:25 +04:00
}
Fl_Input {} {
2007-01-24 15:03:36 +03:00
label {input3:}
2015-06-17 18:26:37 +03:00
xywh {70 150 240 80}
1998-10-06 22:21:25 +04:00
}
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label {tab&2}
2015-06-17 18:26:37 +03:00
tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {10 60 315 235} selection_color 2 hide
1998-10-06 22:21:25 +04:00
} {
Fl_Button {} {
label button1
2002-08-12 04:43:12 +04:00
callback {fl_message("Test to see if this modal window prevents you from "
2002-08-14 02:47:35 +04:00
"changing the tabs. It should.");}
2015-06-17 19:10:37 +03:00
xywh {20 85 100 30}
2002-08-12 06:11:03 +04:00
code0 {\#include <FL/fl_ask.H>}
1998-10-06 22:21:25 +04:00
}
Fl_Input {} {
label {input in box2}
2015-06-17 19:10:37 +03:00
xywh {130 130 175 30}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
2000-10-22 00:01:56 +04:00
label {This is stuff inside the Fl_Group "tab2"}
2015-06-17 19:10:37 +03:00
xywh {25 170 280 30}
1998-10-06 22:21:25 +04:00
}
2002-08-14 02:47:35 +04:00
Fl_Button {} {
label {Test event blocking by modal window}
2005-05-19 16:13:35 +04:00
callback {fl_message("Make sure you cannot change the tabs while this modal window is up");}
2015-06-17 19:10:37 +03:00
xywh {25 200 280 30}
2002-08-14 02:47:35 +04:00
code0 {\#include <FL/fl_ask.H>}
}
1998-10-06 22:21:25 +04:00
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label {tab&3}
2015-06-17 18:26:37 +03:00
tooltip {tab3 checks for correct keyboard navigation} xywh {10 60 315 235} selection_color 3 hide
1998-10-06 22:21:25 +04:00
} {
Fl_Button {} {
label button2
2015-06-17 19:10:37 +03:00
xywh {20 80 60 80}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {80 80 60 80}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {140 80 60 80}
1998-10-06 22:21:25 +04:00
}
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label {&tab4}
2015-09-01 18:15:21 +03:00
tooltip {this tab shows the issue of indicating a selected tab if the tab layouts are very similar} xywh {10 60 315 235} selection_color 5 labeltype ENGRAVED_LABEL labelfont 2 hide
1998-10-06 22:21:25 +04:00
} {
Fl_Button {} {
label button2
2015-06-17 19:10:37 +03:00
xywh {20 80 60 120}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {80 80 60 120}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {140 80 60 120}
1998-10-06 22:21:25 +04:00
}
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label {@fileprint &print}
2015-06-17 18:26:37 +03:00
tooltip {tab5 verifies if visibility requests are handled correctly} xywh {10 60 315 235} hide
1998-10-06 22:21:25 +04:00
} {
Fl_Button {} {
label button2
2015-09-01 18:15:21 +03:00
tooltip {button2 has a different tooltip than tab5} xywh {20 80 60 80}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {90 80 60 80}
1998-10-06 22:21:25 +04:00
}
Fl_Clock {} {
label {Make sure this clock does not use processor time when this tab is hidden or window is iconized}
2015-06-17 19:10:37 +03:00
xywh {185 80 120 120} box OSHADOW_BOX color 238 selection_color 0 labelfont 8 labelsize 10 align 130
1998-10-06 22:21:25 +04:00
}
2006-08-29 15:03:05 +04:00
Fl_Group {} {open
2015-06-17 19:10:37 +03:00
xywh {20 190 40 55} box THIN_DOWN_BOX color 173 align 16
2006-08-29 15:03:05 +04:00
class Fl_Window
} {}
2006-08-29 14:04:02 +04:00
Fl_Group {} {
2006-08-29 15:03:05 +04:00
label {subwindows:} open
2015-06-17 19:10:37 +03:00
xywh {65 190 40 55} box THIN_DOWN_BOX color 167
2006-08-29 15:03:05 +04:00
class Fl_Window
} {}
Fl_Group {} {open
2015-06-17 19:10:37 +03:00
xywh {110 190 40 55} box THIN_DOWN_BOX color 239 align 16
2006-08-29 14:04:02 +04:00
class Fl_Window
} {}
1998-10-06 22:21:25 +04:00
}
}
2007-01-24 15:03:36 +03:00
Fl_Box {} {
label {class Fl_Wizard}
2007-05-02 00:20:21 +04:00
xywh {410 0 130 35} labeltype ENGRAVED_LABEL labelfont 1
2007-01-24 15:03:36 +03:00
}
2015-06-17 19:10:37 +03:00
Fl_Wizard wWizard {open
2015-06-17 18:26:37 +03:00
xywh {330 35 320 260}
2007-01-24 15:03:36 +03:00
} {
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label Label1
2015-09-01 18:15:21 +03:00
tooltip {this tab tests correct keyboard navigation between text input fields} xywh {330 60 320 235} selection_color 1 hide resizable
2007-01-24 15:03:36 +03:00
} {
Fl_Input {} {
label {input:}
2015-06-17 18:26:37 +03:00
tooltip {This is the first input field} xywh {390 80 240 40}
2007-01-24 15:03:36 +03:00
}
Fl_Input {} {
label {input2:}
2015-06-17 18:26:37 +03:00
xywh {390 120 240 30}
2007-01-24 15:03:36 +03:00
code0 {o->tooltip("");}
}
Fl_Input {} {
label {input3:}
2015-06-17 18:26:37 +03:00
xywh {390 150 240 80}
2007-01-24 15:03:36 +03:00
}
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label tab2
2015-06-17 18:26:37 +03:00
tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {330 60 320 235} selection_color 2 hide
2007-01-24 15:03:36 +03:00
} {
Fl_Button {} {
label button1
callback {fl_message("Test to see if this modal window prevents you from "
"changing the tabs. It should.");}
2015-06-17 18:26:37 +03:00
xywh {350 85 100 30}
2007-01-24 15:03:36 +03:00
code0 {\#include <FL/fl_ask.H>}
}
Fl_Input {} {
label {input in box2}
2015-06-17 18:26:37 +03:00
xywh {455 130 175 30}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label {This is stuff inside the Fl_Group "tab2"}
2015-06-17 18:26:37 +03:00
xywh {350 170 280 30}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label {Test event blocking by modal window}
callback {fl_message("Make sure you cannot change the tabs while this modal window is up");}
2015-06-17 18:26:37 +03:00
xywh {350 200 280 30}
2007-01-24 15:03:36 +03:00
code0 {\#include <FL/fl_ask.H>}
}
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label tab3
2017-03-05 17:43:03 +03:00
tooltip {tab3 checks for correct keyboard navigation} xywh {330 60 320 235} selection_color 3 hide
2007-01-24 15:03:36 +03:00
} {
Fl_Button {} {
label button2
2015-06-17 18:26:37 +03:00
xywh {350 80 60 80}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label button
2015-06-17 18:26:37 +03:00
xywh {410 80 60 80}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label button
2015-06-17 18:26:37 +03:00
xywh {470 80 60 80}
2007-01-24 15:03:36 +03:00
}
}
Fl_Group {} {
2015-06-17 19:10:37 +03:00
label tab4
2015-09-01 18:15:21 +03:00
tooltip {this tab shows the issue of indicating a selected tab if the tab layouts are very similar} xywh {330 60 320 235} selection_color 5 labelfont 2 hide
2007-01-24 15:03:36 +03:00
} {
Fl_Button {} {
label button2
2015-06-17 19:10:37 +03:00
xywh {350 80 60 120}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {410 80 60 120}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label button
2015-06-17 19:10:37 +03:00
xywh {470 80 60 120}
2007-01-24 15:03:36 +03:00
}
}
Fl_Group {} {
2017-03-05 17:43:03 +03:00
label { tab5 } open
tooltip {tab5 verifies if visibility requests are handled correctly} xywh {330 60 320 235} labeltype ENGRAVED_LABEL
2007-01-24 15:03:36 +03:00
} {
Fl_Button {} {
label button2
2015-09-01 18:15:21 +03:00
tooltip {button2 has a different tooltip than tab5} xywh {350 80 60 80}
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label button
2015-06-17 18:26:37 +03:00
xywh {420 80 60 80}
2007-01-24 15:03:36 +03:00
}
Fl_Clock {} {
label {Make sure this clock does not use processor time when this tab is hidden or window is iconized}
2015-06-17 19:10:37 +03:00
xywh {510 80 120 120} box OSHADOW_BOX color 238 selection_color 0 labelfont 8 labelsize 10 align 130
2007-01-24 15:03:36 +03:00
}
Fl_Group {} {open
2015-06-17 19:10:37 +03:00
xywh {350 190 40 55} box THIN_DOWN_BOX color 173 align 16
2007-01-24 15:03:36 +03:00
class Fl_Window
} {}
Fl_Group {} {
label {subwindows:} open
2015-06-17 19:10:37 +03:00
xywh {395 190 40 55} box THIN_DOWN_BOX color 167
2007-01-24 15:03:36 +03:00
class Fl_Window
} {}
Fl_Group {} {open
2015-06-17 19:10:37 +03:00
xywh {440 190 40 55} box THIN_DOWN_BOX color 239 align 16
2007-01-24 15:03:36 +03:00
class Fl_Window
} {}
}
}
Fl_Group {} {
2015-06-17 18:26:37 +03:00
xywh {410 305 130 25}
2007-01-24 15:03:36 +03:00
} {
Fl_Button {} {
label {@|<}
callback {wWizard->value(wWizard->child(0));}
2015-06-17 18:26:37 +03:00
tooltip {go to first page [Home]} xywh {410 305 30 25} shortcut 0xff50
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label {@<}
2007-05-02 00:20:21 +04:00
callback {wWizard->prev();}
2015-06-17 18:26:37 +03:00
tooltip {go to previous page [left arrow]} xywh {440 305 30 25} shortcut 0xff51
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label {@>}
callback {wWizard->next();}
2015-06-17 18:26:37 +03:00
tooltip {go to next page in wizard [right arrow]} xywh {480 305 30 25} shortcut 0xff53
2007-01-24 15:03:36 +03:00
}
Fl_Button {} {
label {@>|}
callback {int last = wWizard->children()-1;
wWizard->value(wWizard->child(last));}
2015-06-17 18:26:37 +03:00
tooltip {go to last page [End]} xywh {510 305 30 25} shortcut 0xff57
2007-01-24 15:03:36 +03:00
}
}
1998-10-06 22:21:25 +04:00
Fl_Input {} {
label {inputA:}
2015-06-17 18:26:37 +03:00
xywh {60 310 130 25}
1998-10-06 22:21:25 +04:00
}
Fl_Input {} {
label {inputB:}
2015-06-17 18:26:37 +03:00
xywh {60 345 250 25}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label cancel
callback {exit(1);}
2015-06-17 18:26:37 +03:00
xywh {490 345 70 30}
1998-10-06 22:21:25 +04:00
code0 {\#include <stdlib.h>}
}
Fl_Return_Button {} {
label OK
2002-08-12 06:11:03 +04:00
callback {exit(0);}
2015-06-17 18:26:37 +03:00
xywh {570 345 70 30}
1998-10-06 22:21:25 +04:00
code0 {\#include <stdlib.h>}
}
}
2015-07-09 05:09:33 +03:00
}