1234567891011121314151617181920212223242526272829303132333435363738 |
- :github_url: hide
- .. 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>` | autohide |
- +---------------------------------+------------+
- | :ref:`StyleBox<class_StyleBox>` | bg |
- +---------------------------------+------------+
- | :ref:`Texture<class_Texture>` | grabber |
- +---------------------------------+------------+
- | :ref:`int<class_int>` | separation |
- +---------------------------------+------------+
- Description
- -----------
- Vertical split container. See :ref:`SplitContainer<class_SplitContainer>`. This goes from top to bottom.
|