diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-13 16:28:17 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-13 20:33:29 +0900 |
commit | 4bb8a6bd21c094460bbf8ede6833047edd93dafa (patch) | |
tree | 6080d77c88bcabbfc6b7b8a5cb7259fc754a4a84 /src/lib/elementary/efl_ui_win.eo | |
parent | be82f4f0fd1cccaf43c627458a275d1f47322315 (diff) | |
download | efl-4bb8a6bd21c094460bbf8ede6833047edd93dafa.tar.gz |
win: Add focus events (in, out, object in/out)
Diffstat (limited to 'src/lib/elementary/efl_ui_win.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_win.eo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index c3a337c16b..715d958846 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo @@ -822,6 +822,10 @@ class Efl.Ui.Win (Elm.Widget, Elm.Interface.Atspi.Window, wm,rotation,changed; theme,changed; elm,action,block_menu; + focus,in; + focus,out; + object,focus,in; + object,focus,out; render,pre; render,post: Efl.Gfx.Event.Render_Post; } |