summaryrefslogtreecommitdiff
path: root/test/radio.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-10-29 03:44:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-10-29 03:44:33 +0000
commit079082ef7c67377f8e24fcec6cadaa4c49e3af2b (patch)
tree6967ed6788ff20429fd5fd9c132517c676cb942f /test/radio.fl
parenta00b52a6760c83414a518a69d91761389d9db322 (diff)
32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()
function to generate an RGB Fl_Color value. Sort button names in FLUID. Fix focus and scroll problems in Fl_Text_Display/Editor. Fix radio/button demo. Removed D2 menubar.H header... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1663 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/radio.fl')
-rw-r--r--test/radio.fl68
1 files changed, 35 insertions, 33 deletions
diff --git a/test/radio.fl b/test/radio.fl
index 360ed58fc..680636857 100644
--- a/test/radio.fl
+++ b/test/radio.fl
@@ -1,71 +1,73 @@
-# data file for FL User Interface Designer (fluid)
-version 0.99
+# data file for the Fltk User Interface Designer (fluid)
+version 1.0100
+header_name {.h}
+code_name {.cxx}
gridx 10
gridy 5
snap 3
Function {} {open
} {
- Fl_Window {} {open selected
- xywh {447 255 462 453}
+ Fl_Window {} {open
+ xywh {447 255 369 214} visible
} {
Fl_Button {} {
- label Fl_Button open
+ label Fl_Button
xywh {20 10 160 30}
}
Fl_Return_Button {} {
- label Fl_Return_Button open
+ label Fl_Return_Button
xywh {20 50 160 30}
}
Fl_Light_Button {} {
- label Fl_Light_Button open
+ label Fl_Light_Button
xywh {20 90 160 30}
}
Fl_Check_Button {} {
- label Fl_Check_Button open
- xywh {20 130 160 30} box 2
+ label Fl_Check_Button
+ xywh {20 130 160 30} down_box DOWN_BOX
}
Fl_Round_Button {} {
- label Fl_Round_Button open
- xywh {20 170 160 30} box 2
+ label Fl_Round_Button selected
+ xywh {20 170 160 30} down_box ROUND_DOWN_BOX
}
Fl_Group {} {
- xywh {190 10 70 120} box 8
+ xywh {190 10 70 120} box THIN_UP_FRAME
} {
- Fl_Check_Button {} {
- label radio open
- xywh {190 10 70 30} type 102
+ Fl_Round_Button {} {
+ label radio
+ xywh {190 10 70 30} type Radio down_box ROUND_DOWN_BOX
}
- Fl_Check_Button {} {
- label radio open
- xywh {190 40 70 30} type 102
+ Fl_Round_Button {} {
+ label radio
+ xywh {190 40 70 30} type Radio down_box ROUND_DOWN_BOX
}
- Fl_Check_Button {} {
- label radio open
- xywh {190 70 70 30} type 102
+ Fl_Round_Button {} {
+ label radio
+ xywh {190 70 70 30} type Radio down_box ROUND_DOWN_BOX
}
- Fl_Check_Button {} {
- label radio open
- xywh {190 100 70 30} type 102
+ Fl_Round_Button {} {
+ label radio
+ xywh {190 100 70 30} type Radio down_box ROUND_DOWN_BOX
}
}
Fl_Group {} {open
- xywh {270 10 90 115} box 6
+ xywh {270 10 90 115} box THIN_UP_BOX
} {
Fl_Button {} {
- label radio open
- xywh {280 20 20 20} type 102 color {47 1} align 8
+ label radio
+ xywh {280 20 20 20} type Radio selection_color 1 align 8
}
Fl_Button {} {
- label radio open
- xywh {280 45 20 20} type 102 color {47 1} align 8
+ label radio
+ xywh {280 45 20 20} type Radio selection_color 1 align 8
}
Fl_Button {} {
- label radio open
- xywh {280 70 20 20} type 102 color {47 1} align 8
+ label radio
+ xywh {280 70 20 20} type Radio selection_color 1 align 8
}
Fl_Button {} {
- label radio open
- xywh {280 95 20 20} type 102 color {47 1} align 8
+ label radio
+ xywh {280 95 20 20} type Radio selection_color 1 align 8
}
}
}