2
0

HSplitContainer.xml 939 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="HSplitContainer" inherits="SplitContainer" version="3.4">
  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. </tutorials>
  11. <methods>
  12. </methods>
  13. <constants>
  14. </constants>
  15. <theme_items>
  16. <theme_item name="autohide" type="int" default="1">
  17. 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.
  18. </theme_item>
  19. <theme_item name="bg" type="StyleBox">
  20. </theme_item>
  21. <theme_item name="grabber" type="Texture">
  22. The icon used for the grabber drawn in the middle area.
  23. </theme_item>
  24. <theme_item name="separation" type="int" default="12">
  25. The space between sides of the container.
  26. </theme_item>
  27. </theme_items>
  28. </class>