This is the command gtk-builder-convert that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
gtk-builder-convert - Glade file conversion utility
SYNOPSIS
gtk-builder-convert [--skip-windows] [--target-version version] [--root name] {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.
OPTIONS
--skip-windows, -w
Convert everything but GtkWindow subclasses.
--target-version, -t
Some widgets and properties are different between GTK+ versions 2.0 and 3.0, so this
option allows to set the desired GTK+ target version.
--root, -r
Convert only the widget named name and its children.
Use gtk-builder-convert online using onworks.net services