Finding a widget in a Glade interface



How do you look up a widget when the interface is created with glade_xml_new()?

There use to be a lookup_widget() function that worked if you called one of the two glade macros: GLADE_HOOKUP_OBJECT() or GLADE_HOOKUP_OBJECT_NO_REF(). Now unless you build the interface yourself and hook up each object it doesn't work.

Is there another function embedded somewhere that will find an object after calling glade_xml_new()?

Thanks,

dave



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]