class_hflowcontainer.rst 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/HFlowContainer.xml.
  6. .. _class_HFlowContainer:
  7. HFlowContainer
  8. ==============
  9. **Inherits:** :ref:`FlowContainer<class_FlowContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. Horizontal flow container.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. Horizontal version of :ref:`FlowContainer<class_FlowContainer>`.
  15. .. rst-class:: classref-reftable-group
  16. Theme Properties
  17. ----------------
  18. .. table::
  19. :widths: auto
  20. +-----------------------+---------------------------------------------------------------------+-------+
  21. | :ref:`int<class_int>` | :ref:`hseparation<class_HFlowContainer_theme_constant_hseparation>` | ``4`` |
  22. +-----------------------+---------------------------------------------------------------------+-------+
  23. | :ref:`int<class_int>` | :ref:`vseparation<class_HFlowContainer_theme_constant_vseparation>` | ``4`` |
  24. +-----------------------+---------------------------------------------------------------------+-------+
  25. .. rst-class:: classref-section-separator
  26. ----
  27. .. rst-class:: classref-descriptions-group
  28. Theme Property Descriptions
  29. ---------------------------
  30. .. _class_HFlowContainer_theme_constant_hseparation:
  31. .. rst-class:: classref-themeproperty
  32. :ref:`int<class_int>` **hseparation** = ``4``
  33. The horizontal separation of children nodes.
  34. .. rst-class:: classref-item-separator
  35. ----
  36. .. _class_HFlowContainer_theme_constant_vseparation:
  37. .. rst-class:: classref-themeproperty
  38. :ref:`int<class_int>` **vseparation** = ``4``
  39. The vertical separation of children nodes.
  40. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  41. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  42. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  43. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`