gtkPlugGetId: gtkPlugGetId

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Gets the window ID of a GtkPlug widget, which can then be used to embed this window inside another window, for instance with gtkSocketAddId.

Usage

1
gtkPlugGetId(object)

Arguments

object

a GtkPlug.

Value

[GdkNativeWindow] the window ID for the plug

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkPlugGetId in RGtk2...