home *** CD-ROM | disk | FTP | other *** search
- Slider gadget event.
- -------------------------
-
- 'gadget GID slider_value'
-
- slider gadget parameters.
- -------------------------
-
- readonly (ro)
-
- This gadget is read only.
-
- disable=number (dis=)
-
- The gadget is enabled if number = 0 , disabled if number != 0. Defaults to enabled.
-
- ticks=number
-
- Set how many ticks to display along the slider.
-
- Sticks
-
- Show every second tick as a short tick.
-
- Flip
-
- Reverse the min and max positions on the slider.
-
- vertical (v)
-
- This gadget is free vertically, defaults to free horizontally.
-
- maxnumber=number (maxn=)
-
- Maximum value for this gadget. Defaults to 100.
-
- minnumber=number (minn=)
-
- Maximum value for this gadget. Defaults to 100.
-
- selected=number (s=)
-
- Value for this gadget when window is opened. Defaults to 0.
-
- useimage (ui)
-
- Use the last defined image as the knob for this slider.
-
- bodyimage (bi)
-
- Use the last defined image as the body of this slider.
-
- NOTE: if both useimage and bodyimage are given, the knob gets the last defined image , the body gets the send last defined image.
-
- 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'
-
- slider gadget modify parameters.
- -------------------------
-
- disable=number (dis=)
-
- The gadget is enabled if number = 0 , disabled if number != 0.
-
- selected=number (s=)
-
- Value for this gadget.
-
-