Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

window-message

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version