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: GdkWindow

New parent to move window into.

The data is owned by the caller of the method.
x

Type: gint

X location inside the new parent.

y

Type: gint

Y location inside the new parent.