summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-16 12:28:33 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-16 12:38:10 +0200
commit8b72f6364e8233cfe0bbff38af02afaa3d4036e6 (patch)
tree045a644a03a61f15d4f42f1e7f3be6c62566181f
parentb3b5028e2e6a6feda72e6681929c8aa4da8cdf23 (diff)
downloadefl-8b72f6364e8233cfe0bbff38af02afaa3d4036e6.tar.gz
efl_ui_widget: remove wrong docs
Summary: this is not true anymore, this has been reverted due to how legacy works. *yey* Depends on D9935 Reviewers: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9936
-rw-r--r--src/lib/elementary/efl_ui_widget.eo3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo
index b89ab2ea7a..f96bbee983 100644
--- a/src/lib/elementary/efl_ui_widget.eo
+++ b/src/lib/elementary/efl_ui_widget.eo
@@ -111,9 +111,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
@property disabled {
[[Whether the widget is enabled (accepts and reacts to user inputs).
- The property is counted, this is, if it is set n times to $true,
- it has to be set n times to $false in order to get it out of the disabled state again.
-
Each widget may handle the disabled state differently, but overall
disabled widgets shall not respond to any input events. This is
$false by default, meaning the widget is enabled.