diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-02-23 23:00:52 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-02-23 23:00:52 +0000 |
commit | 1efdc10301e49691bac795e2e65f7b41fbb7ef80 (patch) | |
tree | 8f330c572eabb48167a9cbb058d3ce7325f2026b /ChangeLog.pre-2-0 | |
parent | 992759f18e5ba4354bb7f23e0bae1614438aa9dd (diff) | |
download | gdk-pixbuf-1efdc10301e49691bac795e2e65f7b41fbb7ef80.tar.gz |
Only draw the column that is exposed.
Fri Feb 23 17:50:13 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
column that is exposed.
(_gtk_tree_view_update_size): Changed name from set_size, and
changed function to do more work, and not force people calling it
to figure out the size. Simplifies a lot of code elsewhere.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e33f02563..b6dabc5fc 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Fri Feb 23 17:50:13 2001 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the + column that is exposed. + + (_gtk_tree_view_update_size): Changed name from set_size, and + changed function to do more work, and not force people calling it + to figure out the size. Simplifies a lot of code elsewhere. + 2001-02-23 Alexander Larsson <alexl@redhat.com> * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): |