Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

gtk-builder-tool (1)

Name

gtk-builder-tool - GtkBuilder file utility

Synopsis

gtk-builder-tool [COMMAND] [OPTION...] FILE

Description

GTK-BUILDER-TOOL(1)              User Commands             GTK-BUILDER-TOOL(1)



NAME
       gtk-builder-tool - GtkBuilder file utility

SYNOPSIS
       gtk-builder-tool [COMMAND] [OPTION...] FILE

DESCRIPTION
       gtk-builder-tool can perform various operations on GtkBuilder .ui
       files.

       You should always test the modified .ui files produced by
       gtk-builder-tool before using them in production.

COMMANDS
       The following commands are understood:

       validate
           Validates the .ui file and report errors to stderr.

       simplify
           Simplifies the .ui file by removing properties that are set to
           their default values and write the resulting XML to stdout, or back
           to the input file.

       enumerate
           Lists all the named objects that are created in the .ui file.

       preview
           Preview the .ui file. This command accepts options to specify the
           ID of an object and a .css file to use.

SIMPLIFY OPTIONS
       The simplify command accepts the following options:

       --replace
           Write the content back to the .ui file instead of stdout.

PREVIEW OPTIONS
       The preview command accepts the following options:

       --id=ID
           The ID of the object to preview. If not specified, gtk-builder-tool
           will choose a suitable object on its own.

       --css=FILE
           Load style information from the given .css file.



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


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/desktop/gtk3  |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

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+/3.24/gtk+-3.24.30.tar.xz.

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



GTK+                                                       GTK-BUILDER-TOOL(1)