diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 82cae93173..435d2025bd 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-12-26 Matthias Clasen + + * gtk/migrating-GtkBuilder.xml: Update + 2008-12-26 Matthias Clasen * gtk/drawing-model.sgml: Turn into a refentry to fit better in diff --git a/docs/reference/gtk/migrating-GtkBuilder.sgml b/docs/reference/gtk/migrating-GtkBuilder.sgml index 1f6bcc2f61..f406ab361d 100644 --- a/docs/reference/gtk/migrating-GtkBuilder.sgml +++ b/docs/reference/gtk/migrating-GtkBuilder.sgml @@ -19,7 +19,9 @@ 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 of - gtk-builder-convert. + gtk-builder-convert. Alternatively, you + can use gtk_builder_add_objects_from_file() to construct only certain + objects from a GtkBuilder file. @@ -28,26 +30,6 @@ still behind libglade: - - GtkBuilder can not construct partial trees, it lacks - the equivalent of the @root parameter of glade_xml_new(). - Due to the way GtkBuilder parses its input, this is difficult - to implement, see - bug - 447998. As a workaround, you can split your glade file - into multiple GtkBuilder input files using the - that was mentioned above. - - - - GtkBuilder does not yet implement support for accessibility - properties. It parses the same <accessibility> elements - as libglade, but ignores them. See - bug - 454983 for the current status of accessibility support - in GtkBuilder. - - GtkBuilder supports context information in translatable properties in a slightly different way than libglade.