1 CAPI Reference Entries

title-pane

Class

Summary

This class provides a pane that displays a piece of text.

Superclasses

titled-pane

Slots

text
The text to appear in the title pane.

Accessors

title-pane-text

Description

The most common use of title panes is as a title for a pane, and so the classtitled-pane is provided as a class that supports placing title panes around itself.

By default, title panes are constrained so that they cannot resize (that is, the values ofmax-width andmax-height aret) but this can be altered by using:max-width nil or:max-height nil.

Examples

(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")


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker