LispWorks CAPI User Guide > 6 Laying Out CAPI Panes > 6.4 Constraining the size of layouts > 6.4.3 Constraint Formats

NextPrevUpTopContentsIndex

6.4.3.2 Changing the constraints

If you need to alter the constraints on an existing element, use the function set-hint-table . See how the interface above resizes after this call:

(apply-in-pane-process editor2
 'set-hint-table editor2 '(:visible-min-width (:character 100)))

LispWorks CAPI User Guide (Unix version) - 22 Dec 2009

NextPrevUpTopContentsIndex