LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

non-focus-update

Generic Function
Summary

Updates the non-focus-interface.

Signature

non-focus-update non-focus-interface

Method Signature

non-focus-update ( non-focus-interface non-focus-list-interface)

Description

The generic function non-focus-update updates the non-focus-interface.

It has no return value.

The method on non-focus-list-interface needs to be invoked in the process in which the list-updater that was passed to prompt-with-list-non-focus is expecting to run.

It invokes the list-updater without arguments, and then updates the non-focus-interface with result. See the description of list-updater in prompt-with-list-non-focus.

Note that if list-updater returns :destroy , this invokes non-focus-terminate on the interface.

See also

prompt-with-list-non-focus
non-focus-terminate


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex