Add a migration guide section about resize grips

This commit is contained in:
Matthias Clasen 2010-10-08 02:18:15 -04:00
parent 8ed725bad8
commit f8490e425f

View 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>