Dnia 26-05-2005, czw o godzinie 11:15 +0100, y g napisał: > is there any way with "pure gtk" to look for a widget just like the > glade lookup_widget function does?
Yes, copy and paste lookup_widget into your code. It's 10 or 15 lines of code. However I suspect what you really want is to use libglade and glade_xml_get_widget(), related to the other thread. Cheers, Maciej -- Maciej Katafiasz <[EMAIL PROTECTED]> _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
