| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: editable-text
Returns whether the user is allowed to type a plus or minus character
in an editable-text
widget
that has a template-string.
The value may be set at creation time by specifying the
template-allows-sign initarg, or any time later
by calling (setf template-allows-sign).
This property is used only with a template-string. When true, the user may type a plus or minus character in any template character position where there is no template character position to the left that contains a non-space.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |