gtk2/docs/reference/gtk/gtk-builder-convert.xml
Matthias Clasen 36603ff822 Update
svn path=/trunk/; revision=18239
2007-06-26 05:23:45 +00:00

45 lines
974 B
XML

<refentry id="gtk-builder-convert">
<refmeta>
<refentrytitle>gtk-builder-convert</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>gtk-builder-convert</refname>
<refpurpose>Glade file conversion utility</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>gtk-builder-convert <arg choice="req">file</arg></command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para><command>gtk-builder-convert</command> converts glade files
into XML files which can be loaded with GtkBuilder.
</para>
<para>
It expects the name of a glade file as sole argument, and writes
its output to stdout.
</para>
</refsect1>
<refsect1><title>Bugs</title>
<para>
GtkComboBox items are not converted into GtkListStore data.
</para>
<para>
GtkTextView text is not converted into a GtkTextBuffer.
</para>
<para>
Toolbars are not handled.
</para>
<para>
The script requires a python interpreter to run.
</para>
</refsect1>
</refentry>