diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-12-14 01:32:24 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-12-14 01:32:24 +0000 |
commit | 3441c3f2c4ca299c3e94ceccba4b419f20ae3a07 (patch) | |
tree | 84ee4ab2e8c522cc34a67930cab641cedfe3808a /ChangeLog.pre-2-0 | |
parent | 113448e030fa5a554354ce8a77771d8de44d5b02 (diff) | |
download | gtk+-3441c3f2c4ca299c3e94ceccba4b419f20ae3a07.tar.gz |
Added a "grab_focus" signal for widgets. When the signal is emitted, the
1998-12-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkwidget.h (struct _GtkWidgetClass): Added a "grab_focus"
signal for widgets. When the signal is emitted, the widget will
grab the focus. This is needed to let the user press an
accelerator key in a dialog box and have the corresponding widget
be focused.
* gtk/gtkwidget.c (gtk_widget_class_init): Create the "grab_focus"
signal. The default handler is simply gtk_widget_grab_focus().
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 84aff68b8f..39052ae0c0 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +1998-12-13 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gtk/gtkwidget.h (struct _GtkWidgetClass): Added a "grab_focus" + signal for widgets. When the signal is emitted, the widget will + grab the focus. This is needed to let the user press an + accelerator key in a dialog box and have the corresponding widget + be focused. + + * gtk/gtkwidget.c (gtk_widget_class_init): Create the "grab_focus" + signal. The default handler is simply gtk_widget_grab_focus(). + Sun Dec 13 22:15:48 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Update the following sections to the |