class_hslider.rst 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the HSlider.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_HSlider:
  6. HSlider
  7. =======
  8. **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>`
  9. Horizontal slider.
  10. Description
  11. -----------
  12. Horizontal slider. See :ref:`Slider<class_Slider>`. This one goes from left (min) to right (max).
  13. **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.
  14. Theme Properties
  15. ----------------
  16. +---------------------------------+------------------------+
  17. | :ref:`Texture<class_Texture>` | grabber |
  18. +---------------------------------+------------------------+
  19. | :ref:`StyleBox<class_StyleBox>` | grabber_area |
  20. +---------------------------------+------------------------+
  21. | :ref:`StyleBox<class_StyleBox>` | grabber_area_highlight |
  22. +---------------------------------+------------------------+
  23. | :ref:`Texture<class_Texture>` | grabber_disabled |
  24. +---------------------------------+------------------------+
  25. | :ref:`Texture<class_Texture>` | grabber_highlight |
  26. +---------------------------------+------------------------+
  27. | :ref:`StyleBox<class_StyleBox>` | slider |
  28. +---------------------------------+------------------------+
  29. | :ref:`Texture<class_Texture>` | tick |
  30. +---------------------------------+------------------------+
  31. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  32. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  33. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`