| gladeXMLGetWidget {RGtk2} | R Documentation |
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.
gladeXMLGetWidget(object, name)
|
[GladeXML] the GladeXML object. |
|
[char] the name of the widget. |
[GtkWidget] the widget matching name, or NULL if none exists.
Derived by RGtkGen from GTK+ documentation