12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- :github_url: hide
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the VScrollBar.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_VScrollBar:
- VScrollBar
- ==========
- **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>`
- Vertical scroll bar.
- Description
- -----------
- Vertical version of :ref:`ScrollBar<class_ScrollBar>`, which goes from top (min) to bottom (max).
- Properties
- ----------
- +-----------------------+-----------------------+---------------------------+
- | :ref:`int<class_int>` | size_flags_horizontal | ``0`` *(parent override)* |
- +-----------------------+-----------------------+---------------------------+
- | :ref:`int<class_int>` | size_flags_vertical | ``1`` *(parent override)* |
- +-----------------------+-----------------------+---------------------------+
- Theme Properties
- ----------------
- +---------------------------------+---------------------+
- | :ref:`Texture<class_Texture>` | decrement |
- +---------------------------------+---------------------+
- | :ref:`Texture<class_Texture>` | decrement_highlight |
- +---------------------------------+---------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber |
- +---------------------------------+---------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_highlight |
- +---------------------------------+---------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_pressed |
- +---------------------------------+---------------------+
- | :ref:`Texture<class_Texture>` | increment |
- +---------------------------------+---------------------+
- | :ref:`Texture<class_Texture>` | increment_highlight |
- +---------------------------------+---------------------+
- | :ref:`StyleBox<class_StyleBox>` | scroll |
- +---------------------------------+---------------------+
- | :ref:`StyleBox<class_StyleBox>` | scroll_focus |
- +---------------------------------+---------------------+
- .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
- .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
- .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|