mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
set the class closure offset for the window_state_event to point at
2001-03-06 James Henstridge <james@daa.com.au> * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure offset for the window_state_event to point at window_state_event rather than no_expose_event.
This commit is contained in:
parent
41ae8df2e9
commit
96f9c875ee
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-06 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
|
||||
offset for the window_state_event to point at window_state_event
|
||||
rather than no_expose_event.
|
||||
|
||||
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.h: fix busted /* comment */
|
||||
|
@ -768,7 +768,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
gtk_signal_new ("window_state_event",
|
||||
GTK_RUN_LAST,
|
||||
GTK_CLASS_TYPE (object_class),
|
||||
GTK_SIGNAL_OFFSET (GtkWidgetClass, no_expose_event),
|
||||
GTK_SIGNAL_OFFSET (GtkWidgetClass, window_state_event),
|
||||
gtk_marshal_BOOLEAN__POINTER,
|
||||
GTK_TYPE_BOOL, 1,
|
||||
GTK_TYPE_GDK_EVENT);
|
||||
|
Loading…
Reference in New Issue
Block a user