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 3.2 A title pane
CAPI User Guide (Unix version) - 30 Aug 2011