efl_ui_slider: improve docs

Summary: Depends on D9964

Reviewers: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9965
This commit is contained in:
Marcel Hollerbach 2019-09-16 12:56:36 +02:00 committed by Xavi Artigas
parent f829613925
commit fc0f4e974e
1 changed files with 8 additions and 1 deletions

View File

@ -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;