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:
James Henstridge 2001-03-06 05:49:26 +00:00 committed by James Henstridge
parent 41ae8df2e9
commit 96f9c875ee
8 changed files with 43 additions and 1 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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);