================ Slider (hwx.gui) ================ A Slider Widget. The Slider is the classic widget for controlling a bounded value. A Slider Widget displays a range of values from which a user selects a single value between a minimum and a maximum value. Slider widgets are usually created to control discrete integer values such as the number of coils of a coil spring . Inherits: - :ref:`Widget (hwx.gui)` ---------- Properties ---------- +-----------+-----------+-----------+ | maxvalue_ | minvalue_ | tracking_ | +-----------+-----------+-----------+ ---------------- Property Details ---------------- .. _maxvalue: .. method:: maxvalue The maximum/right most value. .. _minvalue: .. method:: minvalue The minimum/left most value. .. _tracking: .. method:: tracking Returns and sets if command will be called. If True the command will be called while the slider is dragged, otherwise, it will only be called when the slider is released.