HSplitContainer.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="HSplitContainer" inherits="SplitContainer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Horizontal split container.
  5. </brief_description>
  6. <description>
  7. Horizontal split container. See [SplitContainer]. This goes from left to right.
  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="autohide" data_type="constant" type="int" default="1">
  18. Boolean value. If 1 ([code]true[/code]), the grabber will hide automatically when it isn't under the cursor. If 0 ([code]false[/code]), it's always visible.
  19. </theme_item>
  20. <theme_item name="separation" data_type="constant" type="int" default="12">
  21. The space between sides of the container.
  22. </theme_item>
  23. <theme_item name="grabber" data_type="icon" type="Texture">
  24. The icon used for the grabber drawn in the middle area.
  25. </theme_item>
  26. <theme_item name="bg" data_type="style" type="StyleBox">
  27. </theme_item>
  28. </theme_items>
  29. </class>