diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-06 18:21:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-06 18:21:25 +0000 |
| commit | f9039b2ae21988783feae9b362818e7923e82d14 (patch) | |
| tree | 6d6fe3679d73448758f9794e7d4d4f6b22a4adad /test/radio.fl | |
| parent | 67e89232f9ba067825a158734a09e0fa21aacbe3 (diff) | |
Initial revision
git-svn-id: file:///fltk/svn/fltk/trunk@2 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/radio.fl')
| -rw-r--r-- | test/radio.fl | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/test/radio.fl b/test/radio.fl new file mode 100644 index 000000000..360ed58fc --- /dev/null +++ b/test/radio.fl @@ -0,0 +1,72 @@ +# data file for FL User Interface Designer (fluid) +version 0.99 +gridx 10 +gridy 5 +snap 3 +Function {} {open +} { + Fl_Window {} {open selected + xywh {447 255 462 453} + } { + Fl_Button {} { + label Fl_Button open + xywh {20 10 160 30} + } + Fl_Return_Button {} { + label Fl_Return_Button open + xywh {20 50 160 30} + } + Fl_Light_Button {} { + label Fl_Light_Button open + xywh {20 90 160 30} + } + Fl_Check_Button {} { + label Fl_Check_Button open + xywh {20 130 160 30} box 2 + } + Fl_Round_Button {} { + label Fl_Round_Button open + xywh {20 170 160 30} box 2 + } + Fl_Group {} { + xywh {190 10 70 120} box 8 + } { + Fl_Check_Button {} { + label radio open + xywh {190 10 70 30} type 102 + } + Fl_Check_Button {} { + label radio open + xywh {190 40 70 30} type 102 + } + Fl_Check_Button {} { + label radio open + xywh {190 70 70 30} type 102 + } + Fl_Check_Button {} { + label radio open + xywh {190 100 70 30} type 102 + } + } + Fl_Group {} {open + xywh {270 10 90 115} box 6 + } { + Fl_Button {} { + label radio open + xywh {280 20 20 20} type 102 color {47 1} align 8 + } + Fl_Button {} { + label radio open + xywh {280 45 20 20} type 102 color {47 1} align 8 + } + Fl_Button {} { + label radio open + xywh {280 70 20 20} type 102 color {47 1} align 8 + } + Fl_Button {} { + label radio open + xywh {280 95 20 20} type 102 color {47 1} align 8 + } + } + } +} |
