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