Description
Legacy GTK applications can load Glade interface definition files at runtime through this library. It helps older software separate UI layout files from program logic.
Runtime UI loading can fail if files are missing or incompatible. Keep interface files packaged with the application and prefer newer GTK builder APIs for new software.