Sets the break gestures on GTK+ and Motif.
capi
set-interactive-break-gestures gestures => result
gestures⇩ |
A list of gesture specifiers, or t . |
result |
A list. |
The function set-interactive-break-gestures
sets the gestures that can be used to break by typing at an interface.
gestures is a list of gesture specifiers. A gesture specifier is an object that sys:coerce-to-gesture-spec can recognize.
When an interface is created, the break gestures are set such that typing any one of them when the interface is on top causes an "interface break". This means that, if the interface process is busy, it tries to break it. In a Listener tool, it tries to break the REPL. Otherwise it tries to find a process that appears busy, and breaks that. In the LispWorks IDE, if there is no busy process it raises the Process Browser tool. Otherwise it breaks the current process.
set-interactive-break-gestures
always returns the list of interactive break gestures.
gestures can also be t
, which means do not change the gestures. This is useful to get the current list.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42