2007-06-26 05:22:05 +00:00
|
|
|
<refentry id="gtk-builder-convert">
|
|
|
|
|
|
|
|
<refmeta>
|
2010-05-08 05:18:53 +00:00
|
|
|
<refentrytitle>gtk-builder-convert-3.0</refentrytitle>
|
2007-06-26 05:22:05 +00:00
|
|
|
<manvolnum>1</manvolnum>
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
<refnamediv>
|
2010-05-08 05:18:53 +00:00
|
|
|
<refname>gtk-builder-convert-3.0</refname>
|
2007-06-26 05:22:05 +00:00
|
|
|
<refpurpose>Glade file conversion utility</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsynopsisdiv>
|
|
|
|
<cmdsynopsis>
|
2010-05-08 05:18:53 +00:00
|
|
|
<command>gtk-builder-convert-3.0</command>
|
2007-07-10 05:28:52 +00:00
|
|
|
<arg choice="opt">--skip-windows</arg>
|
|
|
|
<arg choice="opt">--root <replaceable>name</replaceable></arg>
|
|
|
|
<arg choice="req">input</arg>
|
|
|
|
<arg choice="req">output</arg>
|
2007-06-26 05:22:05 +00:00
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
|
|
|
|
|
|
|
<refsect1><title>Description</title>
|
2010-05-08 05:18:53 +00:00
|
|
|
<para><command>gtk-builder-convert-3.0</command> converts glade files
|
2007-06-26 05:22:05 +00:00
|
|
|
into XML files which can be loaded with GtkBuilder.
|
|
|
|
</para>
|
|
|
|
<para>
|
2007-07-01 15:58:56 +00:00
|
|
|
It expects the name of a glade file as the first argument, and writes
|
|
|
|
its output the file specified as the second argument.
|
2007-06-26 05:22:05 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
2007-07-10 05:28:52 +00:00
|
|
|
<refsect1><title>Options</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>--skip-windows</term>
|
|
|
|
<term>-w</term>
|
|
|
|
<listitem><para>Convert everything but GtkWindow subclasses.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>--root</term>
|
|
|
|
<term>-r</term>
|
|
|
|
<listitem><para>Convert only the widget named <replaceable>name</replaceable>
|
|
|
|
and its children.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsect1>
|
|
|
|
|
2007-06-26 05:22:05 +00:00
|
|
|
<refsect1><title>Bugs</title>
|
|
|
|
<para>
|
|
|
|
Toolbars are not handled.
|
|
|
|
</para>
|
2007-06-26 05:23:45 +00:00
|
|
|
<para>
|
2007-07-08 03:22:18 +00:00
|
|
|
Support for accessibility is not yet implemented.
|
|
|
|
</para>
|
|
|
|
<para>
|
2007-06-26 05:23:45 +00:00
|
|
|
The script requires a python interpreter to run.
|
|
|
|
</para>
|
2007-06-26 05:22:05 +00:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|