summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2017-11-30 15:12:44 +0100
committerMarcel Hollerbach <marcel@osg.samsung.com>2017-11-30 19:20:42 +0100
commit1d7833a4b2992e51813c24c6c8714cf4524940ea (patch)
tree00789ca098e86b2dfcbe586a6cdd8582be48cd5b
parent3a86af7db47816449082e02c28ece1b84a023a06 (diff)
downloadefl-1d7833a4b2992e51813c24c6c8714cf4524940ea.tar.gz
efl_ui_focus_composition: fix docs
-rw-r--r--src/lib/elementary/efl_ui_focus_composition.eo5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_focus_composition.eo b/src/lib/elementary/efl_ui_focus_composition.eo
index ef724757f6..dd7fcaa856 100644
--- a/src/lib/elementary/efl_ui_focus_composition.eo
+++ b/src/lib/elementary/efl_ui_focus_composition.eo
@@ -34,7 +34,10 @@ mixin Efl.Ui.Focus.Composition (Efl.Interface, Elm.Widget ) {
]]
}
@property custom_manager @protected {
- [[Every widget will be registered in this manager]]
+ [[Register all children in this manager
+
+ Set to $null to register them in the same manager as the implementor is
+ ]]
values {
custom_manager : Efl.Ui.Focus.Manager;
}