Function

GdkEventFunc

Declaration

void
(* GdkEventFunc) (
  GdkEvent* event,
  gpointer data
)

Description [src]

Specifies the type of function passed to gdk_event_handler_set() to handle all GDK events.

Parameters

event

Type: GdkEvent

The GdkEvent to process.

The data is owned by the caller of the function.
data

Type: gpointer

User 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.