]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
made GtkWidget::grab_focus a RUN_LAST and RUN_ACTION signal. moved stuff
[~andy/gtk] / ChangeLog.pre-2-6
index 84aff68b8f7bf391267677bfadbc514ea9da4ab5..f8b1901ec4f4e91af946706dbeb01059b252e08d 100644 (file)
@@ -1,3 +1,28 @@
+Mon Dec 14 02:42:11 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c: made GtkWidget::grab_focus a RUN_LAST and
+       RUN_ACTION signal. moved stuff from gtk_widget_grab_focus() into
+       gtk_widget_real_grab_focus() so a signal is always emitted
+       if the focus is grabbed on a widget.
+
+Mon Dec 14 02:13:01 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmenuitem.c: fixed submenu popup timeouts, we decide whether or
+       not to delay the submenu popup from a menu item deselection time stamp.
+       the code looks even more hackish than before, but in practice "feels"
+       very well.
+
+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