diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-02-24 04:35:05 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-24 04:35:05 +0000 |
commit | bcc0607e69b17fe640e6057cf83dffb6436a7691 (patch) | |
tree | 55d37f779aa55e1d55a8a9a241f317b499741916 /TODO.xml | |
parent | dd60f7b998d95460e5d7740a924edc7bfe84de8e (diff) | |
download | gtk+-bcc0607e69b17fe640e6057cf83dffb6436a7691.tar.gz |
small changes
Diffstat (limited to 'TODO.xml')
-rw-r--r-- | TODO.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |