VSeparator.xml 910 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VSeparator" inherits="Separator" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Vertical version of [Separator].
  5. </brief_description>
  6. <description>
  7. Vertical version of [Separator]. Even though it looks vertical, it is used to separate objects horizontally.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <constants>
  14. </constants>
  15. <theme_items>
  16. <theme_item name="separation" data_type="constant" type="int" default="4">
  17. The width of the area covered by the separator. Effectively works like a minimum width.
  18. </theme_item>
  19. <theme_item name="separator" data_type="style" type="StyleBox">
  20. The style for the separator line. Works best with [StyleBoxLine] (remember to enable [member StyleBoxLine.vertical]).
  21. </theme_item>
  22. </theme_items>
  23. </class>