class_hflowcontainer.rst 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/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. Description
  12. -----------
  13. Horizontal version of :ref:`FlowContainer<class_FlowContainer>`.
  14. Theme Properties
  15. ----------------
  16. +-----------------------+-----------------------------------------------------------------------+-------+
  17. | :ref:`int<class_int>` | :ref:`h_separation<class_HFlowContainer_theme_constant_h_separation>` | ``4`` |
  18. +-----------------------+-----------------------------------------------------------------------+-------+
  19. | :ref:`int<class_int>` | :ref:`v_separation<class_HFlowContainer_theme_constant_v_separation>` | ``4`` |
  20. +-----------------------+-----------------------------------------------------------------------+-------+
  21. Theme Property Descriptions
  22. ---------------------------
  23. .. _class_HFlowContainer_theme_constant_h_separation:
  24. - :ref:`int<class_int>` **h_separation**
  25. +-----------+-------+
  26. | *Default* | ``4`` |
  27. +-----------+-------+
  28. The horizontal separation of children nodes.
  29. ----
  30. .. _class_HFlowContainer_theme_constant_v_separation:
  31. - :ref:`int<class_int>` **v_separation**
  32. +-----------+-------+
  33. | *Default* | ``4`` |
  34. +-----------+-------+
  35. The vertical separation of children nodes.
  36. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  37. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  38. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  39. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  40. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  41. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`