| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |