summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_focus_manager_window_root.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_focus_manager_window_root.eo')
-rw-r--r--src/lib/elementary/efl_ui_focus_manager_window_root.eo7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_focus_manager_window_root.eo b/src/lib/elementary/efl_ui_focus_manager_window_root.eo
new file mode 100644
index 0000000000..201e3bffc1
--- /dev/null
+++ b/src/lib/elementary/efl_ui_focus_manager_window_root.eo
@@ -0,0 +1,7 @@
+interface Efl.Ui.Focus.Manager_Window_Root {
+ [[ 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.
+ The most upper focus manager does not need to do that, and can implement this interface to indicate that.
+ ]]
+}