gladeXMLGetWidget {RGtk2}R Documentation

gladeXMLGetWidget

Description

This function is used to get a pointer to the GtkWidget corresponding to name in the interface description. You would use this if you have to do anything to the widget after loading.

Usage

gladeXMLGetWidget(object, name)

Arguments

object [GladeXML] the GladeXML object.
name [char] the name of the widget.

Value

[GtkWidget] the widget matching name, or NULL if none exists.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]