Glade.getWidget

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.

class Glade
getWidget
(
string name
)

Parameters

name string

the name of the widget.

Return Value

Type: Widget

the widget matching name, or NULL if none exists.

Meta