1998-10-06 22:21:25 +04:00
|
|
|
# data file for the Fltk User Interface Designer (fluid)
|
2002-01-30 16:38:15 +03:00
|
|
|
version 1.0100
|
2000-10-22 00:01:56 +04: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
|
|
|
|
} {
|
|
|
|
Fl_Window foo_window {open
|
2002-08-12 04:43:12 +04:00
|
|
|
xywh {674 671 321 324} resizable visible
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Tabs {} {open
|
2002-01-30 16:38:15 +03:00
|
|
|
xywh {10 10 300 200} selection_color 7 resizable
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Group {} {
|
|
|
|
label Label1 open
|
2002-01-30 16:38:15 +03:00
|
|
|
xywh {10 30 300 180} selection_color 1 hide resizable
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Input {} {
|
|
|
|
label {input:}
|
|
|
|
xywh {60 50 240 40}
|
|
|
|
}
|
|
|
|
Fl_Input {} {
|
|
|
|
label {input2:}
|
|
|
|
xywh {60 90 240 30}
|
|
|
|
}
|
|
|
|
Fl_Input {} {
|
|
|
|
label {input3:}
|
|
|
|
xywh {60 120 240 80}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
label tab2 open
|
2002-08-12 04:43:12 +04:00
|
|
|
xywh {10 30 300 180} selection_color 2
|
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-12 06:11:03 +04:00
|
|
|
"changing the tabs. It should.");} selected
|
1998-10-06 22:21:25 +04:00
|
|
|
xywh {20 60 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}
|
|
|
|
xywh {140 100 100 30}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
2000-10-22 00:01:56 +04:00
|
|
|
label {This is stuff inside the Fl_Group "tab2"}
|
1998-10-06 22:21:25 +04:00
|
|
|
xywh {30 140 260 30}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2002-01-30 16:38:15 +03:00
|
|
|
label tab3 open
|
|
|
|
xywh {10 30 300 180} selection_color 3 hide
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Button {} {
|
|
|
|
label button2
|
|
|
|
xywh {20 60 60 80}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label button
|
|
|
|
xywh {80 60 60 80}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label button
|
|
|
|
xywh {140 60 60 80}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
|
|
|
label tab4 open
|
2002-01-30 16:38:15 +03:00
|
|
|
xywh {10 30 300 180} selection_color 5 labelfont 2 hide
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Button {} {
|
|
|
|
label button2
|
|
|
|
xywh {20 50 60 110}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label button
|
|
|
|
xywh {80 50 60 110}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label button
|
|
|
|
xywh {140 50 60 110}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2002-08-12 04:43:12 +04:00
|
|
|
label { tab5 } open
|
|
|
|
xywh {10 30 300 180} labeltype ENGRAVED_LABEL hide
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Button {} {
|
|
|
|
label button2
|
|
|
|
xywh {20 80 60 80}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label button
|
|
|
|
xywh {90 90 60 80}
|
|
|
|
}
|
|
|
|
Fl_Clock {} {
|
|
|
|
label {Make sure this clock does not use processor time when this tab is hidden or window is iconized}
|
2000-10-22 00:01:56 +04:00
|
|
|
xywh {160 50 100 100} box OSHADOW_BOX color 238 selection_color 0 labelfont 8 labelsize 10 align 130
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Input {} {
|
|
|
|
label {inputA:}
|
|
|
|
xywh {60 220 130 30}
|
|
|
|
}
|
|
|
|
Fl_Input {} {
|
|
|
|
label {inputB:}
|
|
|
|
xywh {60 250 250 30}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label cancel
|
|
|
|
callback {exit(1);}
|
|
|
|
xywh {180 290 60 30}
|
|
|
|
code0 {\#include <stdlib.h>}
|
|
|
|
}
|
|
|
|
Fl_Return_Button {} {
|
|
|
|
label OK
|
2002-08-12 06:11:03 +04:00
|
|
|
callback {exit(0);}
|
1998-10-06 22:21:25 +04:00
|
|
|
xywh {250 290 60 30}
|
|
|
|
code0 {\#include <stdlib.h>}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|