diff options
author | Tim Janik <timj@src.gnome.org> | 1998-02-25 01:51:18 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-25 01:51:18 +0000 |
commit | c88ea382d29a7200eeffe6856a2cc62b170801de (patch) | |
tree | d542206836052b08588dbb0f296b6eb0182bc3c3 /TODO | |
parent | 635d54c091243692ea4d8993b7ef102641cda258 (diff) | |
download | gdk-pixbuf-c88ea382d29a7200eeffe6856a2cc62b170801de.tar.gz |
nothing special ;) -timj
nothing special ;)
-timj
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 ------------------ |