Oval Slider.
This is like the activation control for the Star Trek NG Transporter.
- Parameters
-
_canvas | The canvas to draw the widget on. |
... | Options:
- -x The X coordinate (default 0).
- -y The Y coordinate (default 0).
- -width The width of the slider button (default 200).
- -height The height of the slider button (default 40).
- -length The length of the slider (default 600).
- -background The background color (default white).
- -foreground The background color (default black).
- -fontfamily The font family (default Courier).
- -rightsquare Should the right end be square (default no)?
- -leftsquare Should the left end be square (default no)?
- -text The text of the button (default {}).
- -command The command of the button (default {}).
- -from Start value of the scale (readonly, default 0).
- -to End value of the scale (readonly, defalut 100).
- -digits Number of digits to display (readonly, default 2).
- -showvalue Flag to indicate if the value should be displayed (readonly, default yes).
- -variable Variable name to hold the value (default {}).
- -stipple Stipple bitmap to use (readonly, default HBar).
|
- Author
- Robert Heller <heller@deepsoft.com>