Functions
X Window Parent Functions

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...
 

Detailed Description

Functions that retrieve or changes the parent window of a window.

Function Documentation

◆ ecore_x_window_reparent()

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.

Parameters
winThe window to reparent.
new_parentThe new parent window.
xX position within new parent window.
yY position within new parent window.

References ecore_x_sync().

◆ ecore_x_window_parent_get()

Ecore_X_Window ecore_x_window_parent_get ( Ecore_X_Window  win)

Retrieves the parent window of the given window.

Parameters
winThe given window.
Returns
The parent window of win.

References ecore_x_sync().