[*][focus] Focus should be controlled only when canvas gets focus(63240,63245)
[framework/uifw/elementary.git] / src / lib / elm_priv.h
index c91f2b4..4a86c94 100644 (file)
@@ -271,6 +271,8 @@ const void         *_elm_module_symbol_get(Elm_Module *m, const char *name);
 
 void                _elm_widget_type_clear(void);
 void                _elm_widget_focus_region_show(const Evas_Object *obj);
+void                _elm_widget_top_win_focused_set(Evas_Object *obj, Eina_Bool top_win_focused);
+Eina_Bool           _elm_widget_top_win_focused_get(const Evas_Object *obj);
 
 void                _elm_unneed_ethumb(void);