3.2 Specifying titles

3.2.3 Display panes

Display panes can be used to display text messages on the screen. The text in these messages cannot be edited, so they can be used as by the application to present a message to the user. The:text keyword can be used to specify the message that is to appear in the pane.

1. Create a display pane by evaluating the code below:

(setq display (make-instance 'display-pane
                    :text "This is a message"))

(contain display)

Figure 3.2 A display pane


CAPI User Guide, Liquid Common Lisp Version 5.0 - 2 OCT 1997

Generated with Harlequin WebMaker