gladeXMLGetWidgetPrefix {RGtk2} | R Documentation |
This function is used to get a list of pointers to the GtkWidget(s)
with names that start with the string name
in the interface description.
You would use this if you have to do something to all of these widgets
after loading.
gladeXMLGetWidgetPrefix(object, name)
|
[GladeXML ] the GladeXML object. |
|
[char] the name of the widget. |
[list] A list of the widget that match name
as the start of their
name, or NULL
if none exists.
Derived by RGtkGen from GTK+ documentation