diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-03-03 19:21:21 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2020-03-13 16:35:03 +0100 |
commit | e103f21a40ef157cd263b60cf0d9c5750156ec98 (patch) | |
tree | 10f6a918c5182c0556d4f6963c5ed08ad31e6302 /doc/classes/VSlider.xml | |
parent | 951ecc4f79a760160bdc7adc3b0b40e9e4c6b82d (diff) |
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/VSlider.xml')
-rw-r--r-- | doc/classes/VSlider.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index cbc4ac1a13..3faafdfe80 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -18,16 +18,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 below 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 width 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> |