Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkSocketAddId

gtkSocketAddId


Description

Adds an XEMBED client, such as a GtkPlug, to the GtkSocket. The client may be in the same process or in a different process.

Usage

gtkSocketAddId(object, window.id)

Arguments

object

a GtkSocket

window.id

the window ID of a client participating in the XEMBED protocol.

Details

To embed a GtkPlug in a GtkSocket, you can either create the GtkPlug with gtk_plug_new (0), call gtkPlugGetId to get the window ID of the plug, and then pass that to the gtkSocketAddId, or you can call gtkSocketGetId to get the window ID for the socket, and call gtkPlugNew passing in that ID.

The GtkSocket must have already be added into a toplevel window before you can make this call.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.