class_hseparator.rst 992 B

12345678910111213141516171819202122232425262728293031323334
  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 HSeparator.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_HSeparator:
  6. HSeparator
  7. ==========
  8. **Inherits:** :ref:`Separator<class_Separator>` **<** :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 separator.
  13. Theme Properties
  14. ----------------
  15. +---------------------------------+------------+
  16. | :ref:`int<class_int>` | separation |
  17. +---------------------------------+------------+
  18. | :ref:`StyleBox<class_StyleBox>` | separator |
  19. +---------------------------------+------------+
  20. Description
  21. -----------
  22. Horizontal separator. See :ref:`Separator<class_Separator>`. It is used to separate objects vertically, though (but it looks horizontal!).