gtk2/docs/reference/gtk/gtk-builder-convert.xml
Matthias Clasen 0ee11876c4 Add a man page
svn path=/trunk/; revision=18238
2007-06-26 05:22:05 +00:00

42 lines
910 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>
</refsect1>
</refentry>