RGtk2 (version 2.20.31)

gtkSocketGetId: gtkSocketGetId

Description

Gets the window ID of a GtkSocket widget, which can then be used to create a client embedded inside the socket, for instance with gtkPlugNew.

Usage

gtkSocketGetId(object)

Arguments

object

Value

GdkNativeWindow] the window ID for the socket

Details

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