gdkWindowReparent {RGtk2} | R Documentation |
Reparents window
into the given new.parent
. The window being
reparented will be unmapped as a side effect.
gdkWindowReparent(object, new.parent, x, y)
|
[GdkWindow ] a GdkWindow |
|
[GdkWindow ] new parent to move window into |
|
[integer] X location inside the new parent |
|
[integer] Y location inside the new parent |
Derived by RGtkGen from GTK+ documentation