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

a GdkWindow

new.parent

new parent to move window into

x

X location inside the new parent

y

Y location inside the new parent

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]