diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-08-04 19:54:41 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-08-04 22:27:10 +0300 |
commit | bf2839ea3ee280462fb9117a73bae407354ea832 (patch) | |
tree | b13bb7dc667dd8d27bd756013dea7373f7834d0e /doc/classes/HSplitContainer.xml | |
parent | 85186bc0c5f8ad135168018bb90ac0dd4e834500 (diff) | |
download | redot-engine-bf2839ea3ee280462fb9117a73bae407354ea832.tar.gz |
Add theme item descriptions to the online documentation
Diffstat (limited to 'doc/classes/HSplitContainer.xml')
-rw-r--r-- | doc/classes/HSplitContainer.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/HSplitContainer.xml b/doc/classes/HSplitContainer.xml index f6e9f33c20..6bc9913344 100644 --- a/doc/classes/HSplitContainer.xml +++ b/doc/classes/HSplitContainer.xml @@ -13,15 +13,15 @@ <constants> </constants> <theme_items> - <theme_item name="autohide" type="int" default="1"> + <theme_item name="autohide" data_type="constant" type="int" default="1"> 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. </theme_item> - <theme_item name="bg" type="StyleBox"> + <theme_item name="bg" data_type="style" type="StyleBox"> </theme_item> - <theme_item name="grabber" type="Texture2D"> + <theme_item name="grabber" data_type="icon" type="Texture2D"> The icon used for the grabber drawn in the middle area. </theme_item> - <theme_item name="separation" type="int" default="12"> + <theme_item name="separation" data_type="constant" type="int" default="12"> The space between sides of the container. </theme_item> </theme_items> |