[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: reading event in signal handler callback
- From: Tristan Van Berkom <vantr touchtunes com>
- To: Marc Santhoff <M Santhoff t-online de>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: reading event in signal handler callback
- Date: Tue, 30 Mar 2004 16:46:23 -0500
Marc Santhoff wrote:
[snip]
> Uh oh, I forgot to write that I'm using GTK+1.2. GtkSignalFunc is
> defined as:
>
> void (*GtkSignalFunc)
>
There is a catch-all type for signal funcs, thats only the type that
is passed to gtk_signal_connect; in 2.0 it is GSignalFunc and
g_signal_connect respectivly.
See:
http://developer.gnome.org/doc/API/gtk/gtkwidget.html#GTKWIDGET-EVENT
Cheers,
-Tristan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]