gladeXMLGetWidgetPrefix {RGtk2}R Documentation

gladeXMLGetWidgetPrefix

Description

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.

Usage

gladeXMLGetWidgetPrefix(object, name)

Arguments

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

Value

[list] A list of the widget that match name as the start of their name, or NULL if none exists.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]