Package: gdk

Function gdk:show-events

Lambda List

gdk:show-events ()

Syntax

(gdk:show-events) => show-events
(setf (gdk:show-events) show-events)

Arguments

show-events -- True to output event debugging information.

Details

Whether event debugging output is enabled. The gdk:show-events function gets whether event debugging output is enabled. The (setf gdk:show-events) function sets whether a trace of received events is output.

Note that GTK must be compiled with debugging (that is, configured using the --enable-debug option) to use this option.
 

See also

#2023-2-26