I know how to use Glade generated XML file (*.glade
) and to load it in c++ code.
But for educational purpose I need to see the c++ source code alternative to the XML file. I just want to see the same GUI (made on Glade with output in XML format), but in c++ source code with the GTK+ library classes explicitly defined.
Meanwhile I've found this tool and hopefully it is compatible with the latest Glade XML code.