summaryrefslogtreecommitdiffstats
path: root/doc/classes/HSlider.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-13 17:02:07 +0100
committerGitHub <noreply@github.com>2020-03-13 17:02:07 +0100
commit0ed8d05314c9c1deeb6f45da3960b31aef7deed7 (patch)
tree1bf685c73ef05b90b3342869dae1785f72aa9cd5 /doc/classes/HSlider.xml
parent88dd5d374fd4f9653b37b93a08df6ddac035f0ea (diff)
parente103f21a40ef157cd263b60cf0d9c5750156ec98 (diff)
downloadredot-engine-0ed8d05314c9c1deeb6f45da3960b31aef7deed7.tar.gz
Merge pull request #36773 from KoBeWi/thats_a_lotta_docs
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/HSlider.xml')
-rw-r--r--doc/classes/HSlider.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/HSlider.xml b/doc/classes/HSlider.xml
index be3c94e495..2738958058 100644
--- a/doc/classes/HSlider.xml
+++ b/doc/classes/HSlider.xml
@@ -14,16 +14,22 @@
</constants>
<theme_items>
<theme_item name="grabber" type="Texture2D">
+ The texture for the grabber (the draggable element).
</theme_item>
<theme_item name="grabber_area" type="StyleBox">
+ The background of the area to the left of the grabber.
</theme_item>
<theme_item name="grabber_disabled" type="Texture2D">
+ The texture for the grabber when it's disabled.
</theme_item>
<theme_item name="grabber_highlight" type="Texture2D">
+ The texture for the grabber when it's focused.
</theme_item>
<theme_item name="slider" type="StyleBox">
+ The background for the whole slider. Determines the height of the [code]grabber_area[/code].
</theme_item>
<theme_item name="tick" type="Texture2D">
+ The texture for the ticks, visible when [member Slider.tick_count] is greater than 0.
</theme_item>
</theme_items>
</class>