Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

gtk-builder-convert (1)

Name

gtk-builder-convert - Glade file conversion utility

Synopsis

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

Description

GTK-BUILDER-CONVER(1)           [FIXME: manual]          GTK-BUILDER-CONVER(1)



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.

BUGS
       Toolbars are not handled.

       Support for accessibility is not yet implemented.

       The script requires a python interpreter to run.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE    |
       +---------------+----------------------+
       |Availability   | library/desktop/gtk2 |
       +---------------+----------------------+
       |Stability      | Committed            |
       +---------------+----------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.31.tar.xz.

       Further information about this software can be found on the open source
       community website at http://www.gtk.org/.



[FIXME: source]                   06/27/2022             GTK-BUILDER-CONVER(1)