
1 CAPI Reference Entries
display-pane is a pane that displays several lines of text.
titled-pane
text
display-pane-text
title-pane
display-pane
text-input-paneInputs a single line of text.
editor-pane
(capi:contain (make-instance
'capi:display-pane
:text
'("One" "Line" "At" "A" "Time...")))
(setq display-pane (capi:contain
(make-instance
'capi:display-pane
:text
'("One" "Line" "At" "A" "Time...")
:min-height '(:character 5))))
(setf (capi:display-pane-text display-pane)
'("Some" "New" "Text"))
title-panetext-input-paneeditor-pane

Generated with Harlequin WebMaker