LispWorks CAPI User Guide > 7 Modifying CAPI Windows

NextPrevUpTopContentsIndex

7.6 Iconifying and restoring windows

You can iconify an interface window as follows:

(setf (top-level-interface-display-state interface) :iconic)

You can also make it be hidden, maximized or restore it to normal, and you have the option to create it in one of these states initally. For details see the documentation for top-level-interface-display-state in the LispWorks CAPI Reference Manual .


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

NextPrevUpTopContentsIndex