2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 01:03:48 +00:00
|
|
|
<class name="HSeparator" inherits="Separator" version="4.0">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
|
|
|
Horizontal separator.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
2019-06-21 23:04:47 +00:00
|
|
|
Horizontal separator. See [Separator]. Even though it looks horizontal, it is used to separate objects vertically.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
<theme_items>
|
2019-06-29 10:38:01 +00:00
|
|
|
<theme_item name="separation" type="int" default="4">
|
2020-03-03 18:21:21 +00:00
|
|
|
The height of the area covered by the separator. Effectively works like a minimum height.
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
|
|
|
<theme_item name="separator" type="StyleBox">
|
2020-03-03 18:21:21 +00:00
|
|
|
The style for the separator line. Works best with [StyleBoxLine].
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
|
|
|
</theme_items>
|
|
|
|
</class>
|