Method
GdkWindowreparent
Declaration [src]
void
gdk_window_reparent (
GdkWindow* window,
GdkWindow* new_parent,
gint x,
gint y
)
Description [src]
Reparents window into the given new_parent. The window being
reparented will be unmapped as a side effect.
Parameters
new_parent-
Type:
GdkWindowNew parent to move
windowinto.The data is owned by the caller of the method. x-
Type:
gintX location inside the new parent.
y-
Type:
gintY location inside the new parent.