mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
53 lines
2.1 KiB
ReStructuredText
53 lines
2.1 KiB
ReStructuredText
: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 | **O:** ``0`` |
|
|
+-----------------------+-----------------------+--------------+
|
|
| :ref:`int<class_int>` | size_flags_vertical | **O:** ``1`` |
|
|
+-----------------------+-----------------------+--------------+
|
|
|
|
Theme Properties
|
|
----------------
|
|
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`Texture2D<class_Texture2D>` | decrement |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`Texture2D<class_Texture2D>` | decrement_highlight |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | grabber |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | grabber_highlight |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | grabber_pressed |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`Texture2D<class_Texture2D>` | increment |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`Texture2D<class_Texture2D>` | increment_highlight |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | scroll |
|
|
+-----------------------------------+---------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | scroll_focus |
|
|
+-----------------------------------+---------------------+
|
|
|