summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-01-17 23:12:18 +0000
committerTim Janik <timj@src.gnome.org>1999-01-17 23:12:18 +0000
commite65030aaed38522735b1959bad28143445357c4d (patch)
treefc80e41288463d726c49c3150b8bb42db503d8a5 /gtk/gtkcontainer.h
parent1adaa231c89e917d3b9e6a69c54c8698c89e326e (diff)
downloadgdk-pixbuf-e65030aaed38522735b1959bad28143445357c4d.tar.gz
removed deprecated functions: gtk_clist_set_border,
Sun Jan 17 22:47:15 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.[hc]: * gtk/gtkspinbutton.[hc]: * gtk/gtkscrolledwindow.[hc]: * gtk/gtkprogressbar.[hc]: * gtk/gtkpreview.[hc]: * gtk/gtkobject.[hc]: * gtk/gtkentry.[hc]: * gtk/gtkctree.[hc]: * gtk/gtkcontainer.[hc]: * gtk/gtkclist.[hc]: removed deprecated functions: gtk_clist_set_border, gtk_container_block_resize, gtk_container_unblock_resize, gtk_container_need_resize, gtk_ctree_set_reorderable, gtk_ctree_show_stub, gtk_ctree_set_use_drag_icons, gtk_entry_adjust_scroll, gtk_object_class_add_user_signal, gtk_preview_put_row, gtk_progress_bar_construct, gtk_scrolled_window_construct, gtk_spin_button_construct, gtk_widget_freeze_accelerators, gtk_widget_thaw_accelerators. * gtk/gtkcheckmenuitem.c: removed binary variant of gtk_check_menu_item_set_state, this is still defined in gtkcompat.h though. * docs/Changes-1.2.txt: removed section about gtk_idle_remove_by_data vs. gtk_timeout_remove_by_data, we actually don't even provide a gtk_timeout_remove_by_data() function. added a table with removed functions and their replacements. * NEWS: updates for 1.1.13.
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 61656f416..e2696fee1 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -213,15 +213,6 @@ gchar* gtk_container_child_composite_name (GtkContainer *container,
GtkWidget *child);
-/* Deprecated methods */
-
-/* Use gtk_container_set_resize_mode() instead */
-void gtk_container_block_resize (GtkContainer *container);
-void gtk_container_unblock_resize (GtkContainer *container);
-
-/* Use gtk_container_check_resize() instead */
-gint gtk_container_need_resize (GtkContainer *container);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */