X Window Reparent Functions

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

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:
windowThe window to reparent.
new_parentThe new parent window.
xX position within new parent window.
yY position within new parent window.