class_hscrollbar.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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:`Texture2D<class_Texture2D>` | decrement |
  17. +-----------------------------------+---------------------+
  18. | :ref:`Texture2D<class_Texture2D>` | 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:`Texture2D<class_Texture2D>` | increment |
  27. +-----------------------------------+---------------------+
  28. | :ref:`Texture2D<class_Texture2D>` | increment_highlight |
  29. +-----------------------------------+---------------------+
  30. | :ref:`StyleBox<class_StyleBox>` | scroll |
  31. +-----------------------------------+---------------------+
  32. | :ref:`StyleBox<class_StyleBox>` | scroll_focus |
  33. +-----------------------------------+---------------------+