| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: grid-widget section box stream
Draws something arbitrary in the scrollbar-area of a non-scrollable
grid-widget section. When a row-section or column-section's scrollbars
property is nil
, then a scrollbar is not
displayed for the section, leaving a blank space where the scrollbar
would have been.
If an application would like to make use of this space, it can supply a draw-scrollbar-area method for the grid-widget and section in question. stream is the grid-widget sub-window on which to draw, and box is the area of this sub-window in which to draw.
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 |