The class document-frame
is used to implement MDI (only implemented on Microsoft Windows).
capi
document-frame-container
The class document-frame
is used to implement Multiple-Document Interface (MDI) which is a standard technique on Microsoft Windows (see the MSDN for documentation).
To use MDI in the CAPI, define an interface class that inherits from document-frame
, and use the two special slots capi:container
and capi:windows-menu
. For the details and an example, see 6.6.7 Multiple-Document Interface (MDI).
This works only in LispWorks for Windows.
capi:windows-menu
is a special slot in document-frame
and this symbol should not appear elsewhere in the define-interface form.
current-document
merge-menu-bars
3.7 Hierarchy of panes
6.6.7 Multiple-Document Interface (MDI)
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42