diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-08-27 19:19:24 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-08-27 19:19:24 +0000 |
commit | 892496c8e70aaad8c40549033c01fd0d5ea16033 (patch) | |
tree | 8deeb4f47c191d91599f8bddd3b356895c1498fc /docs | |
parent | d70c0b40777c8f658bbba819d7ef5f0efdbdd639 (diff) | |
download | gtk+-892496c8e70aaad8c40549033c01fd0d5ea16033.tar.gz |
Use the GTK selection types rather than GtkTreeSelectionMode.
Mon Aug 27 15:18:14 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
GTK selection types rather than GtkTreeSelectionMode.
* docs/Changes-2.0: Add comment about selection change.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes-2.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Changes-2.0.txt b/docs/Changes-2.0.txt index 9b2371f07d..97799cb952 100644 --- a/docs/Changes-2.0.txt +++ b/docs/Changes-2.0.txt @@ -454,3 +454,8 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0: * gtk_image_new() now takes no arguments and creates an empty GtkImage widget. To create a GtkImage widget from a GdkImage (the least common usage of GdkImage), use gtk_image_new_from_image. + +* GTK_SELECTION_EXTENDED is now deprecated, and neither the + GtkList/GtkTree nor the GtkCList/GtkCTree support + GTK_SELECTION_EXTENDED anymore. However, the old extended behavior + replaces MULTIPLE behavior. |