]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/gtk-builder-convert-3.0.xml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / gtk-builder-convert-3.0.xml
1 <refentry id="gtk-builder-convert">
2
3 <refmeta>
4 <refentrytitle>gtk-builder-convert-3.0</refentrytitle>
5 <manvolnum>1</manvolnum>
6 </refmeta>
7
8 <refnamediv>
9 <refname>gtk-builder-convert-3.0</refname>
10 <refpurpose>Glade file conversion utility</refpurpose>
11 </refnamediv>
12
13 <refsynopsisdiv>
14 <cmdsynopsis>
15 <command>gtk-builder-convert-3.0</command>
16 <arg choice="opt">--skip-windows</arg>
17 <arg choice="opt">--root <replaceable>name</replaceable></arg>
18 <arg choice="req">input</arg>
19 <arg choice="req">output</arg>
20 </cmdsynopsis>
21 </refsynopsisdiv>
22
23 <refsect1><title>Description</title>
24 <para><command>gtk-builder-convert-3.0</command> converts glade files
25 into XML files which can be loaded with GtkBuilder.
26 </para>
27 <para>
28 It expects the name of a glade file as the first argument, and writes
29 its output the file specified as the second argument.
30 </para>
31 </refsect1>
32
33 <refsect1><title>Options</title>
34 <variablelist>
35   <varlistentry>
36     <term>--skip-windows</term>
37     <term>-w</term>
38     <listitem><para>Convert everything but GtkWindow subclasses.</para></listitem>
39   </varlistentry>
40   <varlistentry>
41     <term>--root</term>
42     <term>-r</term>
43     <listitem><para>Convert only the widget named <replaceable>name</replaceable> 
44        and its children.</para></listitem>
45   </varlistentry>
46 </variablelist>
47 </refsect1>
48
49 <refsect1><title>Bugs</title>
50 <para>
51 Toolbars are not handled.
52 </para>
53 <para>
54 Support for accessibility is not yet implemented.
55 </para>
56 <para>
57 The script requires a python interpreter to run.
58 </para>
59 </refsect1>
60
61 </refentry>