gdkWindowReparent {RGtk2}R Documentation

gdkWindowReparent

Description

Reparents window into the given new.parent. The window being reparented will be unmapped as a side effect.

Usage

gdkWindowReparent(object, new.parent, x, y)

Arguments

object [GdkWindow] a GdkWindow
new.parent [GdkWindow] new parent to move window into
x [integer] X location inside the new parent
y [integer] Y location inside the new parent

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]