diff options
author | Tim Janik <timj@gtk.org> | 1998-03-23 03:31:11 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-23 03:31:11 +0000 |
commit | 6b411f4b47b59e809488351edca82ed42bc9529e (patch) | |
tree | 913dd5b912aaec7ec6cc1e230509b87d1c07f0b1 /TODO | |
parent | b78286eab5d9872527c956d328abc38e8b5a94b9 (diff) | |
download | gdk-pixbuf-6b411f4b47b59e809488351edca82ed42bc9529e.tar.gz |
leave container_class->add and container_class->remove untouched if we
Mon Mar 23 01:08:30 1998 Tim Janik <timj@gtk.org>
* gtk/gtkclist.c (gtk_clist_class_init): leave container_class->add and
container_class->remove untouched if we don't implement them.
* gtk/gtkcontainer.c (gtk_container_class_init): add missing NULL
initialization for the class method (*foreach). implement a default
handler to output a warning for (*add) and (*remove).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -9,11 +9,6 @@ Bugs: GtkLabels sometimes redraw without clearing up the underlying background on window resizes. - * 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. |