diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-08 02:18:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-08 02:18:15 -0400 |
commit | f8490e425f2c76533bc1733989d176c8a5ca06f7 (patch) | |
tree | 4cf7ff7f403432f6cd40fbddeceab6e95c8ae3f0 /docs/reference/gtk/migrating-2to3.xml | |
parent | 8ed725bad8af39aa1af3fd9e3f6a90225dab437b (diff) | |
download | gtk+-f8490e425f2c76533bc1733989d176c8a5ca06f7.tar.gz |
Add a migration guide section about resize grips
Diffstat (limited to 'docs/reference/gtk/migrating-2to3.xml')
-rw-r--r-- | docs/reference/gtk/migrating-2to3.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -663,6 +663,18 @@ gtk_arrow_draw (GtkWidget *widget, </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> Linking against GTK+ 2.x and GTK+ 3 in the same process is problematic |