diff options
author | Tim Janik <timj@gtk.org> | 1998-05-18 04:31:03 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-18 04:31:03 +0000 |
commit | c174981e0b5105cb698e22ee3348286f73f7df57 (patch) | |
tree | f19784ebb386a927482122a0e69b97604ee55f93 /gtk/gtktipsquery.c | |
parent | 04a70261a4f1e91a488acfca3f098a2a29ab99bf (diff) | |
download | gdk-pixbuf-c174981e0b5105cb698e22ee3348286f73f7df57.tar.gz |
changed "proximity-in-event", "drop-data-available-event",
Mon May 18 04:01:41 1998 Tim Janik <timj@gtk.org>
* gtk/gtkwidget.c (gtk_widget_class_init): changed "proximity-in-event",
"drop-data-available-event", "drop-enter-event" and "drop-leave-event"
to be of runtype GTK_RUN_LAST.
* gtk/gtkcontainer.c (gtk_container_class_init): likewise for
"need-resize".
* gtk/gtktipsquery.c (gtk_tips_query_class_init): likewise for
"widget-selected".
Diffstat (limited to 'gtk/gtktipsquery.c')
-rw-r--r-- | gtk/gtktipsquery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c index 9048031ba..12c502432 100644 --- a/gtk/gtktipsquery.c +++ b/gtk/gtktipsquery.c @@ -184,11 +184,11 @@ gtk_tips_query_class_init (GtkTipsQueryClass *class) GTK_TYPE_STRING); tips_query_signals[SIGNAL_WIDGET_SELECTED] = gtk_signal_new ("widget_selected", - GTK_RUN_FIRST, + GTK_RUN_LAST, object_class->type, GTK_SIGNAL_OFFSET (GtkTipsQueryClass, widget_selected), gtk_tips_query_marshal_widget_selected, - GTK_TYPE_INT, 4, + GTK_TYPE_BOOL, 4, GTK_TYPE_WIDGET, GTK_TYPE_STRING, GTK_TYPE_STRING, |