class_hscrollbar.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Horizontal scroll bar.
  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. Description
  35. -----------
  36. Horizontal scroll bar. See :ref:`ScrollBar<class_ScrollBar>`. This one goes from left (min) to right (max).