Functions that retrieve or changes the parent window of a window. More...
| Functions | |
| 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.  More... | |
| Ecore_X_Window | ecore_x_window_parent_get (Ecore_X_Window win) | 
| Retrieves the parent window of the given window.  More... | |
Functions that retrieve or changes the parent window of a window.
| 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. | 
References ecore_x_sync().
| 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. References ecore_x_sync().