xartigas pushed a commit to branch master.

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

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

    efl_ui_check: improve docs
    
    Summary: Depends on D9963
    
    Reviewers: segfaultxavi
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9964
---
 src/lib/elementary/efl_ui_check.eo | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/lib/elementary/efl_ui_check.eo 
b/src/lib/elementary/efl_ui_check.eo
index 9144ec4f87..021aa7f8e9 100644
--- a/src/lib/elementary/efl_ui_check.eo
+++ b/src/lib/elementary/efl_ui_check.eo
@@ -2,12 +2,14 @@ class @beta Efl.Ui.Check extends Efl.Ui.Layout_Base
                          implements Efl.Access.Widget.Action, Efl.Text, 
Efl.Content, Efl.Input.Clickable,
                                     Efl.Ui.Selectable
 {
-   [[Check widget
+   [[Check widget.
 
-   The check widget allows for toggling a value between true and false.
-   Check objects are a lot like radio objects in layout and functionality,
+   The check widget allows for toggling a value between $true and $false.
+   Check objects are a lot like @Efl.Ui.Radio objects in layout and 
functionality,
    except they do not work as a group, but independently, and only toggle
-   the value of a boolean between false and true.
+   the value of a boolean between $false and $true. The boolean value of the 
check can be retrieved using the
+   @Efl.Ui.Selectable.selected property.
+   Changes to @Efl.Ui.Selectable.selected can be listed to using the 
@[Efl.Ui.Selectable.selected,changed] event.
    ]]
    methods {
    }

-- 


Reply via email to