Function
GdkEventFunc
Description [src]
Specifies the type of function passed to gdk_event_handler_set() to
handle all GDK events.
Parameters
event-
Type:
GdkEventThe
GdkEventto process.The data is owned by the caller of the function. data-
Type:
gpointerUser data set when the event handler was installed with gdk_event_handler_set().
The argument can be NULL.The data is owned by the caller of the function.