Glade.getWidgetPrefix

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.

class Glade
getWidgetPrefix
(
string name
)

Parameters

name string

the name of the widget.

Return Value

Type: Widget[]

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

Meta