Re: Learning Glade



On Fri, 2008-09-26 at 02:31 -0400, Ruben Safir wrote:
On Mon, Apr 28, 2008 at 08:01:13PM +0200, Luis Menina wrote:
If you have a recent version of GTK+ (>= 2.12), just go with GtkBuilder 
instead of libglade: this is the way things should be done nowadays, if 
you create a simple interface (GtkBuilder is still young).

You can design your graphical interface with glade, or gazpacho, or any 
tool that will produce *.glade files. Then you use gtk-builder-convert 
to generate *.ui files that GtkBuilder will be able to use.
http://library.gnome.org/devel/gtk/2.12/gtk-builder-convert.html

Will that work for C++ as well?

Yes, with Gtk::Builder.

Note that very new versions of glade-3 can produce GtkBuilder files. 

-- 
murrayc murrayc com
www.murrayc.com
www.openismus.com




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