summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-10-05 14:57:53 +0200
committerBenjamin Otte <otte@redhat.com>2013-10-05 15:09:53 +0200
commit67260eec22d9173e89dc61e85488d8d6e93f8370 (patch)
treef221befd99022121b3dd8cdb3aa8f00f76d88162 /gtk/gtkcontainer.h
parent859805bda4907a2c38ceee1b015c059e59ac56e5 (diff)
downloadgtk+-67260eec22d9173e89dc61e85488d8d6e93f8370.tar.gz
container: Deprecate resize mode
Resize modes don't work anymore, both because nobody ever uses them and because the frame clock changed the way things work quite a bit. So we don't want to advertise them as a good idea. https://bugzilla.gnome.org/show_bug.cgi?id=708787
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 4a334df783..0a1f7b68dc 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -119,10 +119,10 @@ GDK_AVAILABLE_IN_ALL
void gtk_container_remove (GtkContainer *container,
GtkWidget *widget);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_12
void gtk_container_set_resize_mode (GtkContainer *container,
GtkResizeMode resize_mode);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_12
GtkResizeMode gtk_container_get_resize_mode (GtkContainer *container);
GDK_AVAILABLE_IN_ALL