2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "HSplitContainer" inherits= "SplitContainer" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
Horizontal split container.
</brief_description>
<description >
Horizontal split container. See [SplitContainer]. This goes from left to right.
</description>
<tutorials >
2022-04-21 08:16:02 +02:00
<link title= "GUI containers" > $DOCS_URL/tutorials/ui/gui_containers.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<methods >
</methods>
<constants >
</constants>
<theme_items >
2021-08-06 17:07:21 +02:00
<theme_item name= "autohide" data_type= "constant" type= "int" default= "1" >
2020-03-03 19:21:21 +01:00
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.
2017-09-12 22:42:36 +02:00
</theme_item>
2021-12-01 20:45:12 +01:00
<theme_item name= "separation" data_type= "constant" type= "int" default= "12" >
The space between sides of the container.
2017-09-12 22:42:36 +02:00
</theme_item>
2021-08-06 17:07:21 +02:00
<theme_item name= "grabber" data_type= "icon" type= "Texture" >
2020-03-03 19:21:21 +01:00
The icon used for the grabber drawn in the middle area.
2017-09-12 22:42:36 +02:00
</theme_item>
2021-12-01 20:45:12 +01:00
<theme_item name= "bg" data_type= "style" type= "StyleBox" >
2017-09-12 22:42:36 +02:00
</theme_item>
</theme_items>
</class>