| Allegro CL version 9.0 Object described on page has changed in 9.0. 8.2 version |
Arguments: window format-string &rest format-args
Formats a message to the status bar
of window if it has one, or else to the
nearest ancestor of the window that has a status bar, if any, and
otherwise does nothing. The status bar may be either a "regular"
status-bar
or a
common-status-bar
.
format-string
and
format-args should be suitable arguments
to format.
The return value is true if the message was actually displayed
(because some window had a status bar)
and nil
otherwise.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
The object described on this page has been modified in the 9.0 release; see the Release Notes.
Created 2019.8.20.
| Allegro CL version 9.0 Object described on page has changed in 9.0. 8.2 version |