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.

Which should I use in my application: Libglade or GtkBuilder?

0
Posted

Which should I use in my application: Libglade or GtkBuilder?

0

You should use GtkBuilder if you can as GtkBuilder is expected to replace Libglade (Why?) and GtkBuilder is built right into GTK+ thus reducing your application’s dependencies. However, you (and your end users) will need at least GTK+ 2.12 and you will have to run the files you create with Glade through a conversion script until Glade 3 supports saving in the GtkBuilder format directly (When?). The vast majority of tutorials and large projects out there will still be using Libglade. Being that Libglade and GtkBuilder are so very similar in terms of the API, you shouldn’t have trouble using one or the other depending on what you’re working on. You don’t need to panic about using one or the other, just be aware that GtkBuilder is the future. If you have an application already using Libglade, you could switch now or wait until it’s better supported. However, I would recommend using GtkBuilder in new applications to avoid having to migrate the code later.

Related Questions

What is your question?

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

Experts123