Efl.Ui.Focus.Manager_Window_Root (from Efl.Ui.Focus.Manager.Window_Root)

Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-13 12:02:50 +02:00 committed by Cedric Bail
parent dc3336536d
commit 98251d40e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
interface Efl.Ui.Focus.Manager.Window_Root { interface Efl.Ui.Focus.Manager_Window_Root {
[[ A interface to indicate the end of a focus chain. [[ A interface to indicate the end of a focus chain.
Focusmanagers are ensuring that if they give focus to something, that they are registered in the upper focus manager. Focusmanagers are ensuring that if they give focus to something, that they are registered in the upper focus manager.

View File

@ -158,7 +158,7 @@ class Efl.Ui.Win (Efl.Ui.Widget, Efl.Canvas.Scene, Efl.Canvas.Pointer, Efl.Acces
Efl.Access.Component, Efl.Access.Widget.Action, Efl.Access.Component, Efl.Access.Widget.Action,
Efl.Content, Efl.Input.State, Efl.Input.Interface, Efl.Screen, Efl.Content, Efl.Input.State, Efl.Input.Interface, Efl.Screen,
Efl.Gfx.Size_Hint, Efl.Text, Efl.Config_Global, Efl.Part, Efl.Gfx.Size_Hint, Efl.Text, Efl.Config_Global, Efl.Part,
Efl.Ui.Focus.Manager, Efl.Ui.Focus.Manager.Window_Root) Efl.Ui.Focus.Manager, Efl.Ui.Focus.Manager_Window_Root)
{ {
[[Efl UI window class]] [[Efl UI window class]]
legacy_prefix: elm_win; legacy_prefix: elm_win;