mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
39 lines
1.2 KiB
ReStructuredText
39 lines
1.2 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the HSplitContainer.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_HSplitContainer:
|
|
|
|
HSplitContainer
|
|
===============
|
|
|
|
**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
|
|
-----------------
|
|
|
|
Horizontal 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
|
|
-----------
|
|
|
|
Horizontal split container. See :ref:`SplitContainer<class_SplitContainer>`. This goes from left to right.
|
|
|