Re: [glade--] problem with glademm/win32 (XP)
Baltasarq <[email protected]> Tue, 8 Feb 2005 19:17:00 +0100
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Hi ! > How can I tell glade to use something other than glade--? > I was looking for that possibility, mainly because I assumed > that it was also the way to tell glade where to look for glade--. You can't. You have to do trigger glade-- or any other thing through a command-line console. Actually, Glade-3 will drop the code generation option, and everybody will have to do that, even when using glade-- to generate your code. > I also seem to be misunderstanding some of the organization of > glade/glademm - I thought that libglademm contains the headers that are > used by glade-- to generate the c++ code. Is that wrong? Well, that was also confusing for me. Too many Gtkxxx libs :-P I think all of this goes as following: Gtk+ is THE library ;-) Gtkmm is the C++ wrapping library for Gtk+. Glade-- generates Gtkmm code. libglademm can be used directly from your program to instantiate windows and widgets, from the xml file. No gtkmm generated code. Hope this helps. Salud ! Baltasar