Functions | |
EAPI void | ecore_x_window_reparent (Ecore_X_Window win, Ecore_X_Window new_parent, int x, int y) |
Moves a window to within another window at a given position. | |
EAPI Ecore_X_Window | ecore_x_window_parent_get (Ecore_X_Window win) |
Retrieves the parent window of the given window. |
EAPI Ecore_X_Window ecore_x_window_parent_get | ( | Ecore_X_Window | win | ) |
Retrieves the parent window of the given window.
win | The given window. |
win
. EAPI void ecore_x_window_reparent | ( | Ecore_X_Window | win, | |
Ecore_X_Window | new_parent, | |||
int | x, | |||
int | y | |||
) |
Moves a window to within another window at a given position.
win | The window to reparent. | |
new_parent | The new parent window. | |
x | X position within new parent window. | |
y | Y position within new parent window. |