class_vsplitcontainer.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 VSplitContainer.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VSplitContainer:
  6. VSplitContainer
  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. Vertical split container.
  10. Description
  11. -----------
  12. Vertical split container. See :ref:`SplitContainer<class_SplitContainer>`. This goes from top to bottom.
  13. Theme Properties
  14. ----------------
  15. +---------------------------------+------------+----+
  16. | :ref:`int<class_int>` | autohide | 1 |
  17. +---------------------------------+------------+----+
  18. | :ref:`StyleBox<class_StyleBox>` | bg | |
  19. +---------------------------------+------------+----+
  20. | :ref:`Texture<class_Texture>` | grabber | |
  21. +---------------------------------+------------+----+
  22. | :ref:`int<class_int>` | separation | 12 |
  23. +---------------------------------+------------+----+
  24. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  25. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  26. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`