Wiki Markup |
---|
{alias:qvslider} |
Name
qvslider — vertical slider
...
See qhslider for examples on how to create sliders.
Arguments
min max
The minimum and maximum value for the slider. These must be integers.
cmds
One or more callback commands. These are invoked whenever the slider handle is dragged. The new value is appended to the callback command before evaluation. It is the programmers responsibility to ensure that the resulting command is a valid Tcl command.