class_hscrollbar.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 HScrollBar.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_HScrollBar:
  6. HScrollBar
  7. ==========
  8. **Inherits:** :ref:`ScrollBar<class_ScrollBar>` **<** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. Horizontal scroll bar.
  10. Description
  11. -----------
  12. Horizontal version of :ref:`ScrollBar<class_ScrollBar>`, which goes from left (min) to right (max).
  13. Theme Properties
  14. ----------------
  15. +---------------------------------+---------------------+
  16. | :ref:`Texture<class_Texture>` | decrement |
  17. +---------------------------------+---------------------+
  18. | :ref:`Texture<class_Texture>` | decrement_highlight |
  19. +---------------------------------+---------------------+
  20. | :ref:`StyleBox<class_StyleBox>` | grabber |
  21. +---------------------------------+---------------------+
  22. | :ref:`StyleBox<class_StyleBox>` | grabber_highlight |
  23. +---------------------------------+---------------------+
  24. | :ref:`StyleBox<class_StyleBox>` | grabber_pressed |
  25. +---------------------------------+---------------------+
  26. | :ref:`Texture<class_Texture>` | increment |
  27. +---------------------------------+---------------------+
  28. | :ref:`Texture<class_Texture>` | increment_highlight |
  29. +---------------------------------+---------------------+
  30. | :ref:`StyleBox<class_StyleBox>` | scroll |
  31. +---------------------------------+---------------------+
  32. | :ref:`StyleBox<class_StyleBox>` | scroll_focus |
  33. +---------------------------------+---------------------+
  34. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  35. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  36. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`