Migrating from libglade to GtkBuilder

Since version 2.12, GTK+ provides GtkBuilder to construct user interfaces from XML descriptions, similar to the functionality provided by GladeXML in the libglade library.

While GtkBuilder strives to be a complete replacement for libglade, there are a number of areas where it is currently still behind libglade:

More details about migrating from libglade to GtkBuilder will appear here over time...