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 [GtkPlug] a GtkPlug.
display [GdkDisplay] the GdkDisplay associated with socket.id's GtkSocket.
socket.id [GdkNativeWindow] the XID of the socket's window.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]