| Allegro CL version 10.0 This page is new in 10.0. |
Arguments: calendar-widget
This property of a calendar
widget determines whether the width and height of the widget will be
automatically adjusted so that it is just big enough to fit the
widget's contents when it's drawn according to its various
properties. Properties that can affect the size include
row-padding, column-padding, border-margin, title-margin, and calendar-title-font. Further, the pixmaps used
to identify where to click to get the next and previous calendar pages
(identified by
increment-pixmap-name and
decrement-pixmap-name) also
affect sizing.
If the value is true, then automatic resizing will be done when the
widget is created and when any of those properties are modified
thereafter. If the value is nil
, then the
calendar cells will be spread evenly over the available area instead.
See also the calendar
class
and the function ask-user-for-date.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.0 release.
Created 2019.8.20.
| Allegro CL version 10.0 This page is new in 10.0. |