class_vscrollbar.rst 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 VScrollBar.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VScrollBar:
  6. VScrollBar
  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. Vertical scroll bar.
  10. Description
  11. -----------
  12. Vertical version of :ref:`ScrollBar<class_ScrollBar>`, which goes from top (min) to bottom (max).
  13. Properties
  14. ----------
  15. +-----------------------+-----------------------+---------------------------+
  16. | :ref:`int<class_int>` | size_flags_horizontal | ``0`` *(parent override)* |
  17. +-----------------------+-----------------------+---------------------------+
  18. | :ref:`int<class_int>` | size_flags_vertical | ``1`` *(parent override)* |
  19. +-----------------------+-----------------------+---------------------------+
  20. Theme Properties
  21. ----------------
  22. +---------------------------------+---------------------+
  23. | :ref:`Texture<class_Texture>` | decrement |
  24. +---------------------------------+---------------------+
  25. | :ref:`Texture<class_Texture>` | decrement_highlight |
  26. +---------------------------------+---------------------+
  27. | :ref:`StyleBox<class_StyleBox>` | grabber |
  28. +---------------------------------+---------------------+
  29. | :ref:`StyleBox<class_StyleBox>` | grabber_highlight |
  30. +---------------------------------+---------------------+
  31. | :ref:`StyleBox<class_StyleBox>` | grabber_pressed |
  32. +---------------------------------+---------------------+
  33. | :ref:`Texture<class_Texture>` | increment |
  34. +---------------------------------+---------------------+
  35. | :ref:`Texture<class_Texture>` | increment_highlight |
  36. +---------------------------------+---------------------+
  37. | :ref:`StyleBox<class_StyleBox>` | scroll |
  38. +---------------------------------+---------------------+
  39. | :ref:`StyleBox<class_StyleBox>` | scroll_focus |
  40. +---------------------------------+---------------------+
  41. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  42. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  43. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`