class_hsplitcontainer.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the HSplitContainer.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_HSplitContainer:
  6. HSplitContainer
  7. ===============
  8. **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>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Horizontal split container.
  13. Theme Properties
  14. ----------------
  15. +---------------------------------+------------+
  16. | :ref:`int<class_int>` | autohide |
  17. +---------------------------------+------------+
  18. | :ref:`StyleBox<class_StyleBox>` | bg |
  19. +---------------------------------+------------+
  20. | :ref:`Texture<class_Texture>` | grabber |
  21. +---------------------------------+------------+
  22. | :ref:`int<class_int>` | separation |
  23. +---------------------------------+------------+
  24. Description
  25. -----------
  26. Horizontal split container. See :ref:`SplitContainer<class_SplitContainer>`. This goes from left to right.