Re: Is my interface alive ?
"John DeSoi (as john at desoi dot dev)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <0100019aac21774e-0b39d4ec-44d3-48e4-aeea-7994be8cd37f-000000@email.amazonses.com> |
interface-displayed-p interface-fully-created-p interface-being-created-p interface-fully-destroyed-p apply-in-pane-process-if-alive execute-with-interface-if-alive Are all documented and exported from CAPI in LispWorks 8.1. John DeSoi, Ph.D. > On Nov 21, 2025, at 6:27 AM, Didier Verna (as didier at didierverna dot net) <[email protected]> wrote: > > There's an INTERFACE-ALIVE-P function but it's not exported (and it > takes an obscure second argument). There's also some documentation for > INTERFACE-FULLY-CREATED-P and -FULLY-DESTROYED-P, but these functions > don't seem to exist (any more?).