summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-07-07 01:25:27 +0000
committerTim Janik <timj@src.gnome.org>1998-07-07 01:25:27 +0000
commit88fba9f84531a3c38b9ad6dbc9820288cb8b6094 (patch)
treed2910e65e110f05e85f21a85f76a318ec8e4ac0b /TODO
parentda0930717e5ecc4d535e857dc70035aa8990635d (diff)
downloadgdk-pixbuf-88fba9f84531a3c38b9ad6dbc9820288cb8b6094.tar.gz
totaly binary incomnpatible change:
Mon Jul 6 18:30:48 1998 Tim Janik <timj@gtk.org> * gtk/gtkbutton.h: * gtk/gtkbutton.c: GtkButtons are now derived from GtkBin. we mirror GTK_BIN (button)->child to button->child to keep source compatibility. * gtk/gtkoptionmenu.c: * gtk/gtkclist.c: * gtkcheckbutton.c: don't refer to button->child, but GTK_BIN (button)->child instead.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index a8a162199..1648429b7 100644
--- a/TODO
+++ b/TODO
@@ -206,9 +206,6 @@ Additions:
cause confusing presses to be sent to containers that actually
want to get events on themselves.
- * Buttons's should derive from Bin's. (GTK 2.0 change, breaks
- lots of stuff)
-
* New signals to handle accelerators: accel_before and accel_after (or
somesuch) to pre and post process accelerator calls. [Yosh]