summaryrefslogtreecommitdiff
path: root/TODO.xml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-02-24 04:35:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-24 04:35:05 +0000
commitbcc0607e69b17fe640e6057cf83dffb6436a7691 (patch)
tree55d37f779aa55e1d55a8a9a241f317b499741916 /TODO.xml
parentdd60f7b998d95460e5d7740a924edc7bfe84de8e (diff)
downloadgdk-pixbuf-bcc0607e69b17fe640e6057cf83dffb6436a7691.tar.gz
small changes
Diffstat (limited to 'TODO.xml')
-rw-r--r--TODO.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.xml b/TODO.xml
index 5b4ea0c44..50303f437 100644
--- a/TODO.xml
+++ b/TODO.xml
@@ -215,10 +215,10 @@
Currently, GTK+ has a large number of list and tree widgets
(GtkList, GtkTree, GtkCList, GtkCTree), none of which are
ideal. The GtkList and GtkTree widgets perform badly on large
- sets. (GtkTree widget is also quite buggy.) GtkCList
+ number of items. (GtkTree widget is also quite buggy.) GtkCList
and GtkCTree mostly solve the size problem, but are quite
complex and, despite that, not very flexible. They are limited to
- displaying pixmaps and text, and neither support arbitrary
+ displaying pixmaps and text, and can neither support arbitrary
widgets nor custom drawing functions.
</p>
<p>