gtkWidgetReparent {RGtk2}R Documentation

gtkWidgetReparent

Description

Moves a widget from one GtkContainer to another, handling reference count issues to avoid destroying the widget.

Usage

gtkWidgetReparent(object, new.parent)

Arguments

object

a GtkWidget

new.parent

a GtkContainer to move the widget into

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]