Functions | |
EAPI void | ecore_x_window_raise (Ecore_X_Window win) |
Raises the given window. | |
EAPI void | ecore_x_window_lower (Ecore_X_Window win) |
Lowers the given window. |
EAPI void ecore_x_window_lower | ( | Ecore_X_Window | win | ) |
Lowers the given window.
win | The window to lower. |
EAPI void ecore_x_window_raise | ( | Ecore_X_Window | win | ) |
Raises the given window.
win | The window to raise. |