gtkPlugConstructForDisplay {RGtk2}R Documentation

gtkPlugConstructForDisplay

Description

Finish the initialization of plug for a given GtkSocket identified by socket.id which is currently displayed on display. This function will generally only be used by classes deriving from GtkPlug.

Usage

gtkPlugConstructForDisplay(object, display, socket.id)

Arguments

object

a GtkPlug.

display

the GdkDisplay associated with socket.id's GtkSocket.

socket.id

the XID of the socket's window.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]