Hello!

> Dnia 09-06-2005, czw o godzinie 16:03 +0100, y g
> napisał:
> > I am trying to convert an application code which
> was produced with
[snip]
> > glade_xml_get_widget seemed to be the one but it
> does not work in any
> > of my callbacks, 

You got to load the full widget hierarchy using
GladeXML*
gxml=glade_xml_load_from_file("filename","widget-name","domain");

Then automatically your glade_xml_autoconnect()
connects your functions.

Now if this GladeXML *xml; can be global your stuff
must work.

Please post your code, for a better solution.

This might help.[http://live.gnome.org/Octave_2dGTK]
with a LibGlade tutorial & code.

Cheers
Muthu.


                
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to