summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-22 02:37:28 +0000
committerTim Janik <timj@src.gnome.org>1998-03-22 02:37:28 +0000
commitde26d9af9b4c9a253c53069f2b82e95a55d8db78 (patch)
treef436547da70e168846b1d775893b2c2e59161429 /TODO
parent8cff9d33070545a1b3d5813f0119a91e7257e609 (diff)
downloadgdk-pixbuf-de26d9af9b4c9a253c53069f2b82e95a55d8db78.tar.gz
forgot the ChangeLog ;(((
-timj
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5239095fb..d960dbd6c 100644
--- a/TODO
+++ b/TODO
@@ -12,8 +12,7 @@ Bugs:
GtkLabels sometimes redraw without clearing up the underlying background on
window resizes.
- * Are there still some GtkCList changes outstanding? (Jay Painter)
- GtkCList is derived from GtkContainer but doesn't implement the
+ * GtkCList is derived from GtkContainer but doesn't implement the
need_resize, focus, add and remove methods from containers.
it should at least issue a warning upon invokation of not supported
member functions.
@@ -87,6 +86,7 @@ TODO AFTER GTK 1.0
* Make all widget attributes configurable after the widget is created (timj).
+ * GtkCList improvements. (Jay Painter)
* Seperate GtkObject and signaling system from Gdk dependancies?
* move *_input_add (wrappers for select(2)) mechanism into glib.