]> Pileus Git - ~andy/gtk/commitdiff
Add a migration guide section about resize grips
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Oct 2010 06:18:15 +0000 (02:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Oct 2010 06:18:15 +0000 (02:18 -0400)
docs/reference/gtk/migrating-2to3.xml

index 81fa827bc1421f010b1b3d48f6e531ed47837d86..121c44879c53222b43af68351316a54c429b08dd 100644 (file)
@@ -662,6 +662,18 @@ gtk_arrow_draw (GtkWidget *widget,
     </para>
   </section>
 
+  <section>
+    <title>Resize grips</title>
+
+    <para>
+     The resize grip functionality has been moved from #GtkStatusbar
+     to #GtkWindow. Any window can now have resize grips, regardless whether
+     it has a statusbar or not. The functions
+     gtk_statusbar_set_has_resize_grip() and gtk_statusbar_get_has_resize_grip()
+     have disappeared, and instead there are now
+     gtk_window_set_has_resize_grip() and gtk_window_get_has_resize_grip().
+  </section>
+
   <section>
     <title>Prevent mixed linkage</title>
     <para>