class_hscrollbar.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the HScrollBar.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_HScrollBar:
  5. HScrollBar
  6. ==========
  7. **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>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Horizontal scroll bar.
  12. Theme Properties
  13. ----------------
  14. +---------------------------------+---------------------+
  15. | :ref:`Texture<class_Texture>` | decrement |
  16. +---------------------------------+---------------------+
  17. | :ref:`Texture<class_Texture>` | decrement_highlight |
  18. +---------------------------------+---------------------+
  19. | :ref:`StyleBox<class_StyleBox>` | grabber |
  20. +---------------------------------+---------------------+
  21. | :ref:`StyleBox<class_StyleBox>` | grabber_highlight |
  22. +---------------------------------+---------------------+
  23. | :ref:`StyleBox<class_StyleBox>` | grabber_pressed |
  24. +---------------------------------+---------------------+
  25. | :ref:`Texture<class_Texture>` | increment |
  26. +---------------------------------+---------------------+
  27. | :ref:`Texture<class_Texture>` | increment_highlight |
  28. +---------------------------------+---------------------+
  29. | :ref:`StyleBox<class_StyleBox>` | scroll |
  30. +---------------------------------+---------------------+
  31. | :ref:`StyleBox<class_StyleBox>` | scroll_focus |
  32. +---------------------------------+---------------------+
  33. Description
  34. -----------
  35. Horizontal scroll bar. See :ref:`ScrollBar<class_ScrollBar>`. This one goes from left (min) to right (max).