summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.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/gtkclist.h
parent1adaa231c89e917d3b9e6a69c54c8698c89e326e (diff)
downloadgtk+-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/gtkclist.h')
-rw-r--r--gtk/gtkclist.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index 87fa02f424..1ca043b227 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -770,12 +770,6 @@ void gtk_clist_set_auto_sort (GtkCList *clist,
gboolean auto_sort);
-/* Deprecated methods */
-
-/* Use gtk_clist_set_shadow_type instead. */
-void gtk_clist_set_border (GtkCList *clist,
- GtkShadowType border);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */