Ecore_X_Window_Reparent_Group (3) Linux Manual Page
X Window Reparent Functions – Functions that retrieve or changes the parent window of a window.
Functions
EAPI void ecore_x_window_reparent (Ecore_X_Window window, Ecore_X_Window new_parent, int x, int y)
Moves a window to within another window at a given position.
Detailed Description
Functions that retrieve or changes the parent window of a window.
Function Documentation
EAPI void ecore_x_window_reparent (Ecore_X_Window window, Ecore_X_Window new_parent, int x, int y)
Moves a window to within another window at a given position.
Parameters:
- window The window to reparent.
new_parent The new parent window.
x X position within new parent window.
y Y position within new parent window.
Author
Generated automatically by Doxygen for Ecore from the source code.
