STR #792: 'preferences' test app lost the 'radio' flags on the shoe positioning buttons.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4248 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-04-08 18:18:26 +00:00
parent 4bc49798e4
commit 147b403013

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0102 version 1.0107
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
decl {\#include <FL/Fl_Preferences.H>} {public decl {\#include <FL/Fl_Preferences.H>} {public
@ -28,8 +28,7 @@ Function {closeWindowCB( Fl_Widget*, void* )} {open private return_type void
Function {saveAndCloseWindowCB( Fl_Widget*, void* )} {open private return_type void Function {saveAndCloseWindowCB( Fl_Widget*, void* )} {open private return_type void
} { } {
code {writePrefs(); code {writePrefs();
delete myWindow;} {selected delete myWindow;} {}
}
} }
Function {} {open return_type int Function {} {open return_type int
@ -37,7 +36,7 @@ Function {} {open return_type int
Fl_Window myWindow { Fl_Window myWindow {
label {My Preferences} label {My Preferences}
callback closeWindowCB open callback closeWindowCB open
xywh {394 64 298 311} visible xywh {394 64 298 311} type Double visible
} { } {
Fl_Button {} { Fl_Button {} {
label Cancel label Cancel
@ -60,11 +59,11 @@ Function {} {open return_type int
Fl_Choice wAmPm {open Fl_Choice wAmPm {open
xywh {75 55 55 20} down_box BORDER_BOX xywh {75 55 55 20} down_box BORDER_BOX
} { } {
menuitem {} { MenuItem {} {
label {a.m.} label {a.m.}
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label {p.m.} label {p.m.}
xywh {0 0 100 20} xywh {0 0 100 20}
} }
@ -73,34 +72,38 @@ Function {} {open return_type int
label {Wear:} open label {Wear:} open
xywh {25 100 105 20} down_box BORDER_BOX align 5 xywh {25 100 105 20} down_box BORDER_BOX align 5
} { } {
menuitem {} { MenuItem {} {
label shoes label shoes
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label sandals label sandals
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label {flip flops} label {flip flops}
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label {bare foot} label {bare foot}
xywh {0 0 100 20} xywh {0 0 100 20}
} }
} }
Fl_Round_Button wLeft { Fl_Group {} {open
label {left side} xywh {35 120 98 60}
xywh {35 120 95 25} down_box ROUND_DOWN_BOX } {
} Fl_Round_Button wLeft {
Fl_Round_Button wRight { label {left side} selected
label {right side} xywh {35 120 95 25} type Radio down_box ROUND_DOWN_BOX
xywh {35 140 95 25} down_box ROUND_DOWN_BOX }
} Fl_Round_Button wRight {
Fl_Box {} { label {right side} selected
label {of the bed} xywh {35 140 95 25} type Radio down_box ROUND_DOWN_BOX
xywh {38 160 95 20} }
Fl_Box {} {
label {of the bed} selected
xywh {38 160 95 20}
}
} }
Fl_Check_Button wShower { Fl_Check_Button wShower {
label shower label shower
@ -123,15 +126,15 @@ Function {} {open return_type int
label {Drink:} open label {Drink:} open
xywh {165 50 105 20} down_box BORDER_BOX align 5 xywh {165 50 105 20} down_box BORDER_BOX align 5
} { } {
menuitem {} { MenuItem {} {
label coffee label coffee
xywh {10 10 100 20} xywh {10 10 100 20}
} }
menuitem {} { MenuItem {} {
label tea label tea
xywh {10 10 100 20} xywh {10 10 100 20}
} }
menuitem {} { MenuItem {} {
label juice label juice
xywh {10 10 100 20} xywh {10 10 100 20}
} }
@ -144,19 +147,19 @@ Function {} {open return_type int
label {Bread:} open label {Bread:} open
xywh {165 110 105 20} down_box BORDER_BOX align 5 xywh {165 110 105 20} down_box BORDER_BOX align 5
} { } {
menuitem {} { MenuItem {} {
label wheat label wheat
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label white label white
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label rye label rye
xywh {0 0 100 20} xywh {0 0 100 20}
} }
menuitem {} { MenuItem {} {
label {sour doh} label {sour doh}
xywh {0 0 100 20} xywh {0 0 100 20}
} }