[gtk/wip/matthiasc/popup5: 4/15] Mention modal->autohide rename in migration guide



commit 2621a72b9a49e5b360c6921c80eede06634e6528
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon May 20 00:03:30 2019 +0000

    Mention modal->autohide rename in migration guide

 docs/reference/gtk/migrating-3to4.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml
index 87e29441ed..b697dfb2d9 100644
--- a/docs/reference/gtk/migrating-3to4.xml
+++ b/docs/reference/gtk/migrating-3to4.xml
@@ -670,7 +670,7 @@
       <title>Adapt to changes in GtkOverlay API</title>
       <para>
         The GtkOverlay::pass-through child property has been replaced by the
-        GtkWidget::can-pick property. Note that they have the oppositve sense:
+        GtkWidget::can-pick property. Note that they have the opposite sense:
         pass-through == !can-pick.
       </para>
     </section>
@@ -755,6 +755,14 @@
         instead.
       </para>
     </section>
+
+    <section>
+      <title>GtkPopover::modal has been renamed to autohide</title>
+      <para>
+        The modal property has been renamed to autohide.
+        gtk-builder-tool can assist with the rename in ui files.
+      </para>
+    </section>
   </section>
 
 </chapter>


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