On Tue, 2009-07-14 at 00:24 -0700, abab32 wrote: > > > Hubert Figuiere-2 wrote: > > > > Glade XML is deprecated. You should consider using GtkBuilder XML. > > _______________________________________________ > > > > > > Hi, > First of all thanks for the Info. I googled around to see what GtkBuilder > is.. It looks fine, but isn't it unstable? And is BladeXML really > deprecated? If i use Blade I can always open my xml file with the Glade > interface. Is there something that can open and/or edit a GtkBuilder XML > file? Is there an api or something that I could use to generate a GtkBuilder > XML-files? Many thanks in advance. > >
It is Glade, not Blade. And yes, it is really deprecated. API for loading GUI from GtkBuilder in gtkmm is here: http://gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1Builder.html to build a GUI in GtkBuilder format use recent Glade: http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/ or install it from your distro's repository. Also, here is a tutorial about Glade, but using GtkBuilder is mostly similar: http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch23.html Krzesimir Nowak _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
