mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Add one more paragraph
svn path=/trunk/; revision=18788
This commit is contained in:
parent
9ee525e0f7
commit
d7d3690f89
@ -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>
|
||||
|
||||
* gtk/tmpl/gtkprintunixdialog.sgml: Additions
|
||||
|
@ -8,6 +8,16 @@
|
||||
provided by #GladeXML in the libglade library.
|
||||
</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>
|
||||
While GtkBuilder strives to be a complete replacement for
|
||||
libglade, there are a number of areas where it is currently
|
||||
@ -21,9 +31,8 @@
|
||||
to implement, see
|
||||
<ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=447998">bug
|
||||
447998</ulink>. As a workaround, you can split your glade file
|
||||
into multiple GtkBuilder input files. The
|
||||
<application>gtk-builder-convert</application> conversion script
|
||||
has a <option>--root</option> option that can help with this.
|
||||
into multiple GtkBuilder input files using the <option>--root</option>
|
||||
that was mentioned above.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
|
Loading…
Reference in New Issue
Block a user