summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-02-25 01:51:18 +0000
committerTim Janik <timj@src.gnome.org>1998-02-25 01:51:18 +0000
commitc88ea382d29a7200eeffe6856a2cc62b170801de (patch)
treed542206836052b08588dbb0f296b6eb0182bc3c3 /TODO
parent635d54c091243692ea4d8993b7ef102641cda258 (diff)
downloadgdk-pixbuf-c88ea382d29a7200eeffe6856a2cc62b170801de.tar.gz
nothing special ;) -timj
nothing special ;) -timj
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 10 insertions, 10 deletions
diff --git a/TODO b/TODO
index dc8b7f6e3..72bd96a48 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,16 @@ 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
+ need_resize, focus, add and remove methods from containers.
+ it should at least issue a warning upon invokation of not supported
+ member functions.
+
+ * GtkTree and GtkList should express in their *_add implementations,
+ that they expect GtkListItems/GtkTreeItems as children. Similar
+ things might apply to other containers.
+
* delay dnd settings to take effect once a widget is realized, this is
to avoid force realizations. i think this goes along with owens dnd
changes?
@@ -66,16 +76,6 @@ Additions:
* Implementation of owens widget style proposal.
- * Are there still some GtkCList changes outstanding? (Jay Painter)
- 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.
-
- * GtkTree and GtkList should express in their *_add implementations,
- that they expect GtkListItems/GtkTreeItems as children. Similar
- things might apply to other containers.
-
TODO AFTER GTK 1.0
------------------