X Window Parent Functions

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

Functions

EAPI void ecore_x_window_reparent (Ecore_X_Window win, Ecore_X_Window 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.

Detailed Description

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


Function Documentation

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

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