GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

gtk-builder-tool - GtkBuilder file utility

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

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.

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.

The simplify command accepts the following options:

--replace

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

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.
GTK+

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.