Function

Gdk-3.0Gdkevent_handler_set

  • Sets the function to call to handle all events from GDK.

    Note that GTK+ uses this to install its own event handler, so it is usually not useful for GTK+ applications. (Although an application can call this function then call gtk_main_do_event() to pass events to GTK+.)

    Parameters

    • func: EventFunc

      the function to call to handle events from GDK.

    Returns void