1GTK-BUILDER-TOOL(1) User Commands GTK-BUILDER-TOOL(1)
2
3
4
6 gtk-builder-tool - GtkBuilder file utility
7
9 gtk-builder-tool [COMMAND] [OPTION...] FILE
10
12 gtk-builder-tool can perform various operations on GtkBuilder .ui
13 files.
14
15 You should always test the modified .ui files produced by
16 gtk-builder-tool before using them in production.
17
19 The following commands are understood:
20
21 validate
22 Validates the .ui file and report errors to stderr.
23
24 simplify
25 Simplifies the .ui file by removing properties that are set to
26 their default values and write the resulting XML to stdout, or back
27 to the input file.
28
29 enumerate
30 Lists all the named objects that are created in the .ui file.
31
32 preview
33 Preview the .ui file. This command accepts options to specify the
34 ID of an object and a .css file to use.
35
37 The simplify command accepts the following options:
38
39 --replace
40 Write the content back to the .ui file instead of stdout.
41
43 The preview command accepts the following options:
44
45 --id=ID
46 The ID of the object to preview. If not specified, gtk-builder-tool
47 will choose a suitable object on its own.
48
49 --css=FILE
50 Load style information from the given .css file.
51
52
53
54GTK+ GTK-BUILDER-TOOL(1)