efl_ui_focus_composition: fix docs

This commit is contained in:
Marcel Hollerbach 2017-11-30 15:12:44 +01:00
parent 3a86af7db4
commit 1d7833a4b2
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}