Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I use Glade and/or libglade with gtkmm?

Glade gtkmm libglade
0
10 Posted

How can I use Glade and/or libglade with gtkmm?

0
10

• 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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123