LispWorks CAPI User Guide > 10 Prompting for Input > 10.6 In-place completion > 10.6.2 Programmatic control of in-place completion

NextPrevUpTopContentsIndex

10.6.2.1 Text input panes

A text-input-pane will do in-place completion if you pass either of these initargs:

:file-completion with value t or a pathname designator, or

:in-place-completion-function with value a suitable function designator

You can add a filter to the in-place window by passing the initarg :in-place-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 in-place completion.

The in-place completion can be invoked explicitly for a text-input-pane by calling text-input-pane-in-place-complete .

See the LispWorks CAPI Reference Manual for details.


LispWorks CAPI User Guide (Unix version) - 22 Dec 2009

NextPrevUpTopContentsIndex