forked from AuroraMiddleware/gtk
7447ef0fc2
In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
62 lines
1.5 KiB
XML
62 lines
1.5 KiB
XML
<refentry id="gtk-builder-convert">
|
|
|
|
<refmeta>
|
|
<refentrytitle>gtk-builder-convert-3.0</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>gtk-builder-convert-3.0</refname>
|
|
<refpurpose>Glade file conversion utility</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<cmdsynopsis>
|
|
<command>gtk-builder-convert-3.0</command>
|
|
<arg choice="opt">--skip-windows</arg>
|
|
<arg choice="opt">--root <replaceable>name</replaceable></arg>
|
|
<arg choice="req">input</arg>
|
|
<arg choice="req">output</arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
<para><command>gtk-builder-convert-3.0</command> converts glade files
|
|
into XML files which can be loaded with GtkBuilder.
|
|
</para>
|
|
<para>
|
|
It expects the name of a glade file as the first argument, and writes
|
|
its output the file specified as the second argument.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<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>
|
|
|
|
<refsect1><title>Bugs</title>
|
|
<para>
|
|
Toolbars are not handled.
|
|
</para>
|
|
<para>
|
|
Support for accessibility is not yet implemented.
|
|
</para>
|
|
<para>
|
|
The script requires a python interpreter to run.
|
|
</para>
|
|
</refsect1>
|
|
|
|
</refentry>
|