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 function gdk-show-events gets whether event debugging output is enabled. The function (setf gdk-show-events) 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

2020-8-25