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-pane
Inputs 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-pane
text-input-pane
editor-pane
Generated with Harlequin WebMaker