From f8490e425f2c76533bc1733989d176c8a5ca06f7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Oct 2010 02:18:15 -0400 Subject: [PATCH] Add a migration guide section about resize grips --- docs/reference/gtk/migrating-2to3.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 81fa827bc1..121c44879c 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -662,6 +662,18 @@ gtk_arrow_draw (GtkWidget *widget, +
+ Resize grips + + + 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(). +
+
Prevent mixed linkage