Package: gdk

Function gdk:event-handler-set

Lambda List

gdk:event-handler-set (func)

Arguments

func -- a gdk:event-func callback function to call to handle events from GDK

Details

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

See also

#2023-2-26