LispWorks CAPI User Guide > 4 Creating Common Windows > 4.2 Specifying titles

NextPrevUpTopContentsIndex

4.2.1 Title panes

A title pane is a blank pane into which text can be placed in order to form a title.

(setq title (make-instance 'title-pane
                           :visible-min-width 200
                           :text "Title"))
(contain title)

Figure 4.2 A title pane


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

NextPrevUpTopContentsIndex