home *** CD-ROM | disk | FTP | other *** search
- CheckBox gadget event
- -------------------------
-
- 'gadget GID selected_state'
-
-
- CheckBox 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=)
-
- The gadget is selected if number != 0 , unselected if number = 0. Defaults to unselected.
-
- gadgettext="text" (gt=)
-
- Set the text of the gadget.
-
- leftjustify (lj)
-
- Set the placement of the text for the gadget. Defaults to Rightjustify.
-
- 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.
-
- tags="tags|data[|tag|data...]|0
-
- A list of tag and value pairs in HEX. Do not forget the trailing null !
-
- childlabel (chl)
- childlabelr (chlr)
-
- Use the previously defined image as a childlabel for this gadget. Display the childlabel to the right or left of the gadget.
-
- 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'
-
- CheckBox gadget modify parameters.
- -------------------------
-
- disable=number (dis=)
-
- The gadget is enabled if number = 0 , disabled if number != 0.
-
- selected=number (s=)
-
- The gadget is selected if number != 0 , unselected if number = 0.
-
- gadgettext="text" (gt=)
-
- Set the text of the gadget.
-
-