Some small additions to the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 Feb 2019 18:04:57 +0000 (13:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Feb 2019 05:09:44 +0000 (00:09 -0500)
Mention some of the recent changes, such as GtkButtonBox,
GtkBox, child properties.

docs/reference/gtk/migrating-3to4.xml

index b599421d68aa3b5aab9173d9c4f4441546ce1073..c5e9ef148c146ffe2222e4342c79882a4db1e21b 100644 (file)
       </para>
     </section>
 
+    <section>
+      <title>Stop using GtkButtonBox</title>
+      <para>
+        GtkButtonBox has been removed. Use a GtkBox instead.
+      </para>
+    </section>
+
+    <section>
+      <title>Adapt to GtkButton API changes</title>
+      <para>
+        GtkBox no longer has pack-start and -end. Pack your widgets in the 
+        correct order, or reorder them as necessary.
+      </para>
+    </section>
+
     <section>
       <title>Adapt to GtkHeaderBar API changes</title>
       <para>