bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1d7833a4b2992e51813c24c6c8714cf4524940ea
commit 1d7833a4b2992e51813c24c6c8714cf4524940ea Author: Marcel Hollerbach <[email protected]> Date: Thu Nov 30 15:12:44 2017 +0100 efl_ui_focus_composition: fix docs --- src/lib/elementary/efl_ui_focus_composition.eo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; } --
