gtk-builder-convert
1
gtk-builder-convert
Glade file conversion utility
gtk-builder-convert inputoutput
Description
gtk-builder-convert converts glade files
into XML files which can be loaded with GtkBuilder.
It expects the name of a glade file as the first argument, and writes
its output the file specified as the second argument.
Bugs
GtkComboBox items are not converted into GtkListStore data.
GtkTextView text is not converted into a GtkTextBuffer.
Toolbars are not handled.
The script requires a python interpreter to run.