gtk-builder-convert

gtk-builder-convert — Glade file conversion utility

Synopsis

gtk-builder-convert {input} {output}

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.