gtkSocketGetId: gtkSocketGetId

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

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

1

Arguments

object

a GtkSocket.

Details

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

Value

[GdkNativeWindow] the window ID for the socket

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkSocketGetId in RGtk2...