[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: reading event in signal handler callback



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]