Next Previous Up Top Contents Index

7.5 A tour of frames

7.5.3 Defining new classes of frame

As described in Section 3.4 on page 14, the define frame macro is used to create new classes of frame. The bulk of the definition of any new frame is split into several parts:

Slots and init-keywords can be used to let you (or the user of your applications) set the properties of any instances of the new frame class that are created.

Panes control the overall appearance of the new class of frame. You need to define panes for any GUI elements you wish to place in the frame.

7.5.3.1 - Specifying slots for a new class of frame
7.5.3.2 - Specifying panes for a new class of frame

Building Applications Using DUIM - 26 May 1999

Next Previous Up Top Contents Index