mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Add property overview and setter/getter like in editor docs
Output from godotengine/godot#22013. Fixes #1729.
This commit is contained in:
@@ -8,6 +8,7 @@ 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
|
||||
@@ -15,6 +16,19 @@ Brief Description
|
||||
|
||||
Horizontal split container.
|
||||
|
||||
Theme Properties
|
||||
----------------
|
||||
|
||||
+---------------------------------+-----------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`autohide<class_HSplitContainer_autohide>` |
|
||||
+---------------------------------+-----------------------------------------------------+
|
||||
| :ref:`StyleBox<class_StyleBox>` | :ref:`bg<class_HSplitContainer_bg>` |
|
||||
+---------------------------------+-----------------------------------------------------+
|
||||
| :ref:`Texture<class_Texture>` | :ref:`grabber<class_HSplitContainer_grabber>` |
|
||||
+---------------------------------+-----------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`separation<class_HSplitContainer_separation>` |
|
||||
+---------------------------------+-----------------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user