GladeXML::get_widget

GtkWidget get_widget(string name);

Use this method to retrieve a widget object corresponding to a particular name from the GladeXML description. This is probably the most frequently used function, since you need the widget object to do anything with the widget (connect signals, modify properties etc.) after you have loaded the description.