0e3d625737
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
29 lines
784 B
XML
29 lines
784 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="HSlider" inherits="Slider" version="4.0">
|
|
<brief_description>
|
|
Horizontal slider.
|
|
</brief_description>
|
|
<description>
|
|
Horizontal slider. See [Slider]. This one goes from left (min) to right (max).
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
<theme_items>
|
|
<theme_item name="grabber" type="Texture2D">
|
|
</theme_item>
|
|
<theme_item name="grabber_area" type="StyleBox">
|
|
</theme_item>
|
|
<theme_item name="grabber_disabled" type="Texture2D">
|
|
</theme_item>
|
|
<theme_item name="grabber_highlight" type="Texture2D">
|
|
</theme_item>
|
|
<theme_item name="slider" type="StyleBox">
|
|
</theme_item>
|
|
<theme_item name="tick" type="Texture2D">
|
|
</theme_item>
|
|
</theme_items>
|
|
</class>
|