
1 CAPI Reference Entries
titled-pane
text
title-pane-text
titled-pane is provided as a class that supports placing title panes around itself.
max-width andmax-height aret) but this can be altered by using:max-width nil or:max-height nil.
(setq title-pane (capi:contain
(make-instance
'capi:title-pane
:text "This is a title pane")))
(setf (capi:title-pane-text title-pane) "New title")

Generated with Harlequin WebMaker