All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

document-frame

Class
Summary

The class document-frame is used to implement MDI.

This works only in LispWorks for Windows.

Package

capi

Superclasses

interface

Readers

document-frame-container

Description

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 Multiple-Document Interface (MDI).

Notes

capi:windows-menu is a special slot in document-frame and this symbol should not appear elsewhere in the define-interface form.

See also

current-document
merge-menu-bars
Hierarchy of panes
Multiple-Document Interface (MDI)


CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017

NextPrevUpTopContentsIndex