How can I use Glade and/or libglade with gtkmm?
• Use libglademm, which is part of gnomemm and wraps libglade. It allows you to load widget information from the XML user interface description files that Glade generates at runtime. This method is strongly recommended. Experience has shown that it works well for large projects, and there is a lot of example code out there you can look at. For an introduction, see the corresponding chapter in the gtkmm tutorial. • Alternatively, Glade 2 can output C++ code instead of C code, when using Glade–, which is not part of gnomemm. Note that code generation is a deprecated feature in Glade 3. For questions regarding Glade–, please use its own mailing list.