home *** CD-ROM | disk | FTP | other *** search
- Radio Button gadget event
- -------------------------
-
- 'gadget GID selected_state'
-
- Radio Button gadget parameters.
- -------------------------
-
- font=GID
-
- This sets the font for the gadget. The GID points to an ALREADY defined text attribute.
-
- close (c)
-
- This gadget will close the window when selected by the user.
-
- readonly (ro)
-
- This gadget is read only.
-
- disable=number (dis=)
-
- The gadget is enabled if number = 0 , disabled if number != 0. Defaults to enabled.
-
- selected=number (s=)
-
- Set which choice is selected when the window opens. Selections start at 0 . This defaults to choice 0.
- to unselected.
-
- RadioLabels="choice0|choice1|choice..." (rl=)
-
- Set the choices for the gadget. This parameter MUST be given.
-
- minwidth=number (minw=)
-
- Set the minimum width for this gadget
-
- minheight=number (minh=)
-
- Set the minimum height for this gadget
-
- weightedwidth=number (weiw=)
-
- Set the weighted width for this gadget
-
- weightedheight=number (weih=)
-
- Set the weighted height for this gadget
-
- nominalsize (noms)
-
- Set this gadget to its nominal size.
-
- replace=GID
-
- Use this gadget to replace an existing gadget specified by GID.
-
- Definition Reply
- -----------------
-
- When the gadget creation is successful the pipe replies with
-
- 'ok GID'
-
- Radio Button gadget modify parameters.
- -------------------------
-
- disable=number (dis=)
-
- The gadget is enabled if number = 0 , disabled if number != 0.
-
- selected=number (s=)
-
- Set the current selection of the radio button.
-
-
-