xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=fc0f4e974ef5538c503b7f461eb1460b6aa8e198

commit fc0f4e974ef5538c503b7f461eb1460b6aa8e198
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Mon Sep 16 12:56:36 2019 +0200

    efl_ui_slider: improve docs
    
    Summary: Depends on D9964
    
    Reviewers: segfaultxavi
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9965
---
 src/lib/elementary/efl_ui_slider.eo | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_slider.eo 
b/src/lib/elementary/efl_ui_slider.eo
index 0a9c98038e..efaf179071 100644
--- a/src/lib/elementary/efl_ui_slider.eo
+++ b/src/lib/elementary/efl_ui_slider.eo
@@ -2,7 +2,14 @@ class @beta Efl.Ui.Slider extends Efl.Ui.Layout_Base 
implements Efl.Ui.Range_Int
                      Efl.Access.Value,
                      Efl.Access.Widget.Action
 {
-   [[Elementary slider class]]
+   [[Elementary slider class
+
+     This lets the UI user select a numerical value inside the 
@Efl.Ui.Range_Display.range_limits limits.
+     The current value can be retrieved using the @Efl.Ui.Range_Interactive 
interface. Events monitoring its
+     changes are also available in that interface.
+     The visual representation of min and max can be swapped using 
@Efl.Ui.Layout_Orientable.orientation.
+     Normally the minimum of @Efl.Ui.Range_Display.range_limits is shown on 
the left side, the max on the right side.
+   ]]
    implements {
       Efl.Object.constructor;
       Efl.Object.destructor;

-- 


Reply via email to