X Window Focus Functions
Functions that give the focus to an X Window. More...
Functions | |
EAPI void | ecore_x_window_focus (Ecore_X_Window win) |
Sets the focus to the window win . | |
EAPI void | ecore_x_window_focus_at_time (Ecore_X_Window win, Ecore_X_Time t) |
Sets the focus to the given window at a specific time. | |
EAPI Ecore_X_Window | ecore_x_window_focus_get (void) |
gets the focus to the window win . |
Detailed Description
Functions that give the focus to an X Window.
Function Documentation
EAPI void ecore_x_window_focus | ( | Ecore_X_Window | win | ) |
Sets the focus to the window win
.
Sets the focus to the window window
.
- Parameters:
-
win The window to focus.
EAPI void ecore_x_window_focus_at_time | ( | Ecore_X_Window | win, | |
Ecore_X_Time | t | |||
) |
Sets the focus to the given window at a specific time.
- Parameters:
-
win The window to focus. t When to set the focus to the window.
EAPI Ecore_X_Window ecore_x_window_focus_get | ( | void | ) |
gets the focus to the window win
.
Gets the window that has focus.
- Returns:
- The window that has focus.