forked from AuroraMiddleware/gtk
36603ff822
svn path=/trunk/; revision=18239
45 lines
974 B
XML
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>
|