diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-11-09 09:04:57 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:51:19 +0200 |
commit | 8d9e37f40777118d55086ad329318f6657e62397 (patch) | |
tree | 2b3e590b904e37ef17ebcf2226891d9c6af8fbf9 /gtk/gtkcontainer.h | |
parent | 72323e6d9a9dd7f34d9da47c3f4d951a958e32bc (diff) | |
download | gtk+-8d9e37f40777118d55086ad329318f6657e62397.tar.gz |
Remove all deprecated stuff from GtkContainer
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 1357b7c1b0..a1c3a52068 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -122,19 +122,8 @@ void gtk_container_check_resize (GtkContainer *container); void gtk_container_foreach (GtkContainer *container, GtkCallback callback, gpointer callback_data); -#ifndef GTK_DISABLE_DEPRECATED -void gtk_container_foreach_full (GtkContainer *container, - GtkCallback callback, - GtkCallbackMarshal marshal, - gpointer callback_data, - GDestroyNotify notify); -#endif /* GTK_DISABLE_DEPRECATED */ GList* gtk_container_get_children (GtkContainer *container); -#ifndef GTK_DISABLE_DEPRECATED -#define gtk_container_children gtk_container_get_children -#endif - void gtk_container_propagate_expose (GtkContainer *container, GtkWidget *child, GdkEventExpose *event); @@ -220,9 +209,6 @@ GList *_gtk_container_focus_sort (GtkContainer *container, GtkDirectionType direction, GtkWidget *old_focus); -#ifndef GTK_DISABLE_DEPRECATED -#define gtk_container_border_width gtk_container_set_border_width -#endif /* GTK_DISABLE_DEPRECATED */ G_END_DECLS |