mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
37 lines
1.5 KiB
ReStructuredText
37 lines
1.5 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VSplitContainer.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VSplitContainer:
|
|
|
|
VSplitContainer
|
|
===============
|
|
|
|
**Inherits:** :ref:`SplitContainer<class_SplitContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Vertical split container.
|
|
|
|
Theme Properties
|
|
----------------
|
|
|
|
+---------------------------------+-----------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`autohide<class_VSplitContainer_autohide>` |
|
|
+---------------------------------+-----------------------------------------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | :ref:`bg<class_VSplitContainer_bg>` |
|
|
+---------------------------------+-----------------------------------------------------+
|
|
| :ref:`Texture<class_Texture>` | :ref:`grabber<class_VSplitContainer_grabber>` |
|
|
+---------------------------------+-----------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`separation<class_VSplitContainer_separation>` |
|
|
+---------------------------------+-----------------------------------------------------+
|
|
|
|
Description
|
|
-----------
|
|
|
|
Vertical split container. See :ref:`SplitContainer<class_SplitContainer>`. This goes from left to right.
|
|
|