[gtk/stackpage: 8/11] Some small additions to the migration guide



commit e31f7356e9a8971b177b36945ce4ea3ff830a28f
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 7 13:04:57 2019 -0500

    Some small additions to the migration guide
    
    Mention some of the recent changes, such as GtkButtonBox,
    GtkBox, child properties.

 docs/reference/gtk/migrating-3to4.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml
index b599421d68..c5e9ef148c 100644
--- a/docs/reference/gtk/migrating-3to4.xml
+++ b/docs/reference/gtk/migrating-3to4.xml
@@ -305,6 +305,21 @@
       </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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]