class_hsplitcontainer.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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. Horizontal split container.
  10. Description
  11. -----------
  12. Horizontal split container. See :ref:`SplitContainer<class_SplitContainer>`. This goes from left to right.
  13. Theme Properties
  14. ----------------
  15. +-----------------------------------+------------+----+
  16. | :ref:`int<class_int>` | autohide | 1 |
  17. +-----------------------------------+------------+----+
  18. | :ref:`StyleBox<class_StyleBox>` | bg | |
  19. +-----------------------------------+------------+----+
  20. | :ref:`Texture2D<class_Texture2D>` | grabber | |
  21. +-----------------------------------+------------+----+
  22. | :ref:`int<class_int>` | separation | 12 |
  23. +-----------------------------------+------------+----+