| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: scrolling-static-text
Returns the number of pixels of blank space that is reserved within a
scrolling-static-text
widget on each side of the text. The value may be set at creation
time with the margin-around-text initarg, or any
time later by calling (setf margin-around-text).
The value should be a non-negative integer. This property is most useful when a border is drawn by the border-color and/or draw-focus properties, to leave space between the text and the border. The default is 4.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |