Hi You need to run "gtk-builder-convert input.glade input.xml" to convert your glade file to GtkBulder XML file, which can than be loded via GtkBuilder interface.
Tadej 2008/10/6 John Smith <[EMAIL PROTECTED]>: > I don't know if this will help, but in C language development you have to > tell libglade to read the XML file produced by GLADE to create all the GTK+ > objects. > >> Date: Mon, 6 Oct 2008 13:23:17 +0200 >> From: [EMAIL PROTECTED] >> To: [email protected] >> Subject: Re: GtkBuilder: gtk_widget_show_all: assertion `GTK_IS_WIDGET >> (widget)' failed >> >> >> Sorry, it was my fault ... The vala classes need to have GLib.Object as >> a parent (which was not the case). But I still have some problems with >> the file generated by glade that GtkBuilder does't seems able to read. >> >> -- >> Mildred Ki'Lya >> ╭───────── mildred593@online.fr ────────── >> │ Jabber, GoogleTalk: <[EMAIL PROTECTED]> >> │ Site: <http://ki.lya.online.fr> GPG ID: 9A7D 2E2B >> │ Fingerprint: 197C A7E6 645B 4299 6D37 684B 6F9D A8D6 9A7D 2E2B >> _______ ________________________________________ >> gtk-list mailing list >> [email protected] >> http://mail.gnome.org/mailman/listinfo/gtk-list > > ________________________________ > Want to do more with Windows Live? Learn "10 hidden secrets" from Jamie. > Learn Now > _______________________________________________ > gtk-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-list > > -- Tadej Borovšak 00386 (0)40 613 131 [EMAIL PROTECTED] [EMAIL PROTECTED] _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
