HBoxContainer.xml 697 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="HBoxContainer" inherits="BoxContainer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Horizontal box container.
  5. </brief_description>
  6. <description>
  7. Horizontal box container. See [BoxContainer].
  8. </description>
  9. <tutorials>
  10. <link title="GUI containers">$DOCS_URL/tutorials/ui/gui_containers.html</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. <theme_items>
  17. <theme_item name="separation" data_type="constant" type="int" default="4">
  18. The horizontal space between the [HBoxContainer]'s elements.
  19. </theme_item>
  20. </theme_items>
  21. </class>