Add one more paragraph
svn path=/trunk/; revision=18788
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/migrating-GtkBuilder.sgml: Add a paragraph about
|
||||||
|
using gtk-builder-convert.
|
||||||
|
|
||||||
2007-09-07 Matthias Clasen <mclasen@redhat.com>
|
2007-09-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/tmpl/gtkprintunixdialog.sgml: Additions
|
* gtk/tmpl/gtkprintunixdialog.sgml: Additions
|
||||||
|
|||||||
@ -8,6 +8,16 @@
|
|||||||
provided by #GladeXML in the libglade library.
|
provided by #GladeXML in the libglade library.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
A good way to start a migration from libglade to GtkBuilder is
|
||||||
|
to run the <link linkend="gtk-builder-convert">gtk-builder-convert</link>
|
||||||
|
utility on your glade file, and inspect the resulting output.
|
||||||
|
If your code uses the @root parameter of glade_xml_new(), you
|
||||||
|
may want to split your glade file into multiple GtkBuilder files
|
||||||
|
by using the <option>--root</option> option of
|
||||||
|
<application>gtk-builder-convert</application>.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
While GtkBuilder strives to be a complete replacement for
|
While GtkBuilder strives to be a complete replacement for
|
||||||
libglade, there are a number of areas where it is currently
|
libglade, there are a number of areas where it is currently
|
||||||
@ -21,9 +31,8 @@
|
|||||||
to implement, see
|
to implement, see
|
||||||
<ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=447998">bug
|
<ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=447998">bug
|
||||||
447998</ulink>. As a workaround, you can split your glade file
|
447998</ulink>. As a workaround, you can split your glade file
|
||||||
into multiple GtkBuilder input files. The
|
into multiple GtkBuilder input files using the <option>--root</option>
|
||||||
<application>gtk-builder-convert</application> conversion script
|
that was mentioned above.
|
||||||
has a <option>--root</option> option that can help with this.
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
|||||||
Reference in New Issue
Block a user