summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-16 12:56:27 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-16 13:12:59 +0200
commita7d3d4b3336cba1821fd123b671878403c025b11 (patch)
tree32124ae56c8de7c7627313a2932214a29c765656
parent6065e7f141d5f3dfc4283bb8071a2fbcd960908d (diff)
downloadefl-a7d3d4b3336cba1821fd123b671878403c025b11.tar.gz
efl_ui_button: improve docs
Reviewers: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9963
-rw-r--r--src/lib/elementary/efl_ui_button.eo4
1 files changed, 4 insertions, 0 deletions
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;