1GTK-BUILDER-CONVER(1) [FIXME: manual] GTK-BUILDER-CONVER(1)
2
3
4
6 gtk-builder-convert - Glade file conversion utility
7
9 gtk-builder-convert [--skip-windows] [--target-version version]
10 [--root name] {input} {output}
11
13 gtk-builder-convert converts glade files into XML files which can be
14 loaded with GtkBuilder.
15
16 It expects the name of a glade file as the first argument, and writes
17 its output the file specified as the second argument.
18
20 --skip-windows, -w
21 Convert everything but GtkWindow subclasses.
22
23 --target-version, -t
24 Some widgets and properties are different between GTK+ versions 2.0
25 and 3.0, so this option allows to set the desired GTK+ target
26 version.
27
28 --root, -r
29 Convert only the widget named name and its children.
30
32 Toolbars are not handled.
33
34 Support for accessibility is not yet implemented.
35
36 The script requires a python interpreter to run.
37
38
39
40[FIXME: source] 07/20/2023 GTK-BUILDER-CONVER(1)