logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gtk-builder-convert - Glade file conversion utility

Bugs

       Toolbars are not handled.

       Support for accessibility is not yet implemented.

       The script requires a python interpreter to run.

[FIXME: source]                                    11/14/2024                              GTK-BUILDER-CONVER(1)

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.

Name

       gtk-builder-convert - Glade file conversion utility

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.

Synopsis

gtk-builder-convert [--skip-windows] [--target-version version] [--root name] {input} {output}

See Also