summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-05-24 20:55:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-05-24 23:41:42 -0400
commit10b8c082030a7f07b8208d78df6e250294cb7efa (patch)
treea1ddefbe42c005241675899de96257f267dcfe06 /docs
parentc201cb3af0e7bae685366c5fb45e01db29e4c507 (diff)
downloadgtk+-10b8c082030a7f07b8208d78df6e250294cb7efa.tar.gz
Update migration guide a bit
Resize grips are no more.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-2to3.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml
index b0bad87e30..26a96e84b4 100644
--- a/docs/reference/gtk/migrating-2to3.xml
+++ b/docs/reference/gtk/migrating-2to3.xml
@@ -1205,6 +1205,12 @@ gtk_arrow_draw (GtkWidget *widget,
have disappeared, and instead there are now
gtk_window_set_has_resize_grip() and gtk_window_get_has_resize_grip().
</para>
+ <para>
+ In more recent versions of GTK+ 3, the resize grip functionality has
+ been removed entirely, in favor of invisible resize borders around the
+ window. When updating to newer versions of GTK+ 3, you should simply
+ remove all code dealing with resize grips.
+ </para>
</section>
<section>