summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_win.eo
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-06-13 16:28:17 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-06-13 20:33:29 +0900
commit4bb8a6bd21c094460bbf8ede6833047edd93dafa (patch)
tree6080d77c88bcabbfc6b7b8a5cb7259fc754a4a84 /src/lib/elementary/efl_ui_win.eo
parentbe82f4f0fd1cccaf43c627458a275d1f47322315 (diff)
downloadefl-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.eo4
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;
}