xartigas pushed a commit to branch master.

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

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

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

diff --git a/src/lib/elementary/efl_ui_button.eo 
b/src/lib/elementary/efl_ui_button.eo
index 794ed9b04a..cf0dff19e6 100644
--- a/src/lib/elementary/efl_ui_button.eo
+++ b/src/lib/elementary/efl_ui_button.eo
@@ -6,6 +6,10 @@ class Efl.Ui.Button extends Efl.Ui.Layout_Base implements 
Efl.Input.Clickable, E
 
      Press it and run some function. It can contain a simple label and icon
      object and it also has an autorepeat feature.
+
+     The icon can be set using @Efl.Content.content, the text can be set using 
@Efl.Text.text.
+
+     The events of @Efl.Input.Clickable can be used to listen to a click event 
from the user.
    ]]
    implements {
       class.constructor;

-- 


Reply via email to