summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorFederico Mena <federico@bananoid.nuclecu.unam.mx>1998-01-19 23:45:37 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-01-19 23:45:37 +0000
commit53ac2efcad3eab0a9d1ee2dfbe9ee8a8d3038419 (patch)
treed6faafca031405b9523228a7dce4b0b6ea50eb69 /ChangeLog.pre-2-4
parent73386d5761bff02580cc818f794cfdf52869f16b (diff)
downloadgtk+-53ac2efcad3eab0a9d1ee2dfbe9ee8a8d3038419.tar.gz
Set container_class->focus to NULL. Widgets in the toolbar should not get
Mon Jan 19 16:21:00 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx> * gtk/gtktoolbar.c (gtk_toolbar_class_init): Set container_class->focus to NULL. Widgets in the toolbar should not get the focus via the normal key bindings (no toolkit does this, and it makes sense).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-45
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0d2dab1b5a..a9845729c1 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,10 @@
Mon Jan 19 16:21:00 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx>
+ * gtk/gtktoolbar.c (gtk_toolbar_class_init): Set
+ container_class->focus to NULL. Widgets in the toolbar should not
+ get the focus via the normal key bindings (no toolkit does this,
+ and it makes sense).
+
* gtk/testgtk.c (create_toolbar): Removed the GTK_PIXMAP casts to
match Eckehard's new prototypes.