mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
20 lines
521 B
ReStructuredText
20 lines
521 B
ReStructuredText
.. _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.
|
|
|
|
Description
|
|
-----------
|
|
|
|
Horizontal split container. See :ref:`SplitContainer<class_splitcontainer>`. This goes from left to right.
|
|
|