From de4877e1fc557534c123f0c119cff7b7771633bd Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Thu, 11 Apr 2019 21:01:22 +0200 Subject: [PATCH] Added some documentation for Slider --- doc/classes/Slider.xml | 4 ++++ doc/classes/VSlider.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index 1e665f02365..98be77641d1 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -14,14 +14,18 @@ + If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code. + If [code]true[/code], the value can be changed using the mouse wheel. + Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers. + If [code]true[/code], the slider will display ticks for minimum and maximum values. diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index 477c618064a..847e5e52729 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -4,7 +4,7 @@ Vertical slider. - Vertical slider. See [Slider]. This one goes from left (min) to right (max). + Vertical slider. See [Slider]. This one goes from bottom (min) to top (max).