ClassPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

lisp-text

Class and Control

Like an editable-text control, except that the value may be any lisp object rather than a string only. When the control's value is set programmatically to a new arbitrary lisp object, the on-print event handler function for the control takes the object as its argument and should return a string to be displayed in the control. When the end user types into the control, read-from-string is called internally on the new string to produce a new arbitrary lisp object that is then stored as the value of the control. Errors are trapped during the reading so that no break will occur; if an error is signaled during the reading then nil is stored as the value of the control.

A diagram of window and widget classes is shown in Widget and window classes in cgide.htm.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version