gtkPlugNew {RGtk2} | R Documentation |
Creates a new plug widget inside the GtkSocket
identified
by socket.id
. If socket.id
is 0, the plug is left "unplugged" and
can later be plugged into a GtkSocket
by gtkSocketAddId
.
gtkPlugNew(socket.id, show = TRUE)
|
[GdkNativeWindow ] the window ID of the socket, or 0. |
[GtkWidget
] the new GtkPlug
widget.
Derived by RGtkGen from GTK+ documentation