CONTENTS
Text:
Grapefruit
Postfix: 1.0 outlineBoxBearoff 1.0 outlineBoxThickness
ButtonData: Poppy1
Class: RadioButton
Name: Fruit
RadioButtonValue: Grapefruit
Variables: (State: BOOL=FALSE)
UpClickMessage: (Grapefruit On)
Feedback: (
((State TRUE) (StartButton 1 ApplyLook EndButton))
((State FALSE) (StartButton 1 RemoveLook EndButton))
(MouseMoved <SetCursor bullseye>)
)
MessageHandler: (Default MessageWindow)
Text: . . .
Text:
Banana
LOOKS(j)
Postfix: 1.0 outlineBoxBearoff 1.0 outlineBoxThickness
ButtonData: Poppy1
Class: RadioButton
Name: Fruit
RadioButtonValue: Banana
Variables: (State: BOOL=FALSE)
UpClickMessage: (Banana On)
Feedback: (
((State TRUE) (StartButton 1 ApplyLook EndButton))
((State FALSE) (StartButton 1 RemoveLook EndButton))
(MouseMoved <SetCursor bullseye>)
)
MessageHandler: (Default MessageWindow)
Text: . . .
Text:
Apple
Postfix: 1.0 outlineBoxBearoff 1.0 outlineBoxThickness
ButtonData: Poppy1
Class: RadioButton
Name: Fruit
RadioButtonValue: Apple
Variables: (State: BOOL=FALSE)
UpClickMessage: (Apple On)
Feedback: (
((State TRUE) (StartButton 1 ApplyLook EndButton))
((State FALSE) (StartButton 1 RemoveLook EndButton))
(MouseMoved <Cursor bullseye>)
)
MessageHandler: (Default MessageWindow)