Package: gdk

Function gdk-event-handler-set

Lambda List

gdk-event-handler-set (func)

Arguments

func -- the function to call to handle events from GDK

Details

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 the function gtk-main-do-event to pass events to GTK.
 

See also

2020-8-21