forked from AuroraMiddleware/gtk
0aeff7f47b
2007-07-08 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkwidget.c (gtk_widget_buildable_custom_tag_start): Parse <accessibility> but don't do anything yet. * gtk/gtk-builder-convert (GtkBuilderConverter._parse): Do not strip atk/accessibility tags * tests/buildertest.c (test_widget): Test this svn path=/trunk/; revision=18399
42 lines
961 B
XML
42 lines
961 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">input</arg><arg choice="req">output</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 the first argument, and writes
|
|
its output the file specified as the second argument.
|
|
</para>
|
|
</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>
|