[ CCode ( instance_pos = 1.9 ) ]
public delegate void EventFunc (Event event)
Specifies the type of function passed to event_handler_set to handle all GDK events.
event |
the Event to process. |
data |
user data set when the event handler was installed with event_handler_set. |