1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- :github_url: hide
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the HSlider.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_HSlider:
- HSlider
- =======
- **Inherits:** :ref:`Slider<class_Slider>` **<** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- Horizontal slider.
- Description
- -----------
- Horizontal slider. See :ref:`Slider<class_Slider>`. This one goes from left (min) to right (max).
- **Note:** The :ref:`Range.changed<class_Range_signal_changed>` and :ref:`Range.value_changed<class_Range_signal_value_changed>` signals are part of the :ref:`Range<class_Range>` class which this class inherits from.
- Theme Properties
- ----------------
- +---------------------------------+------------------------+
- | :ref:`Texture<class_Texture>` | grabber |
- +---------------------------------+------------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_area |
- +---------------------------------+------------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_area_highlight |
- +---------------------------------+------------------------+
- | :ref:`Texture<class_Texture>` | grabber_disabled |
- +---------------------------------+------------------------+
- | :ref:`Texture<class_Texture>` | grabber_highlight |
- +---------------------------------+------------------------+
- | :ref:`StyleBox<class_StyleBox>` | slider |
- +---------------------------------+------------------------+
- | :ref:`Texture<class_Texture>` | tick |
- +---------------------------------+------------------------+
- .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
- .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
- .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|