gtkPlugNew: gtkPlugNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkPlugNew(socket.id, show = TRUE)

Arguments

socket.id

the window ID of the socket, or 0.

Value

[GtkWidget] the new GtkPlug widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkPlugNew in RGtk2...