A
text-input-pane
is made to do non-focus completion by passing either of these keyword arguments:
:file-completion
with value
t
or a pathname designator, or
:non-focus-completion-function
with value a suitable function designator
You can add a filter to the non-focus window by passing the keyword argument
:non-focus-filter
. Additionally you can control the functionality for file completion by passing
:directories-only
and
:ignore-file-suffices
. The keyword arguments
:complete-do-action
and
:gesture-callbacks
also interact with non-focus completion.
The non-focus completion can be invoked explicitly for a
text-input-pane
by calling
text-input-pane-non-focus-complete
.
See the LispWorks CAPI Reference Manual for details.