| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: common-status-bar &key (part 0)
Returns the string currently displayed in the specified part of the specified common-status-bar. Similar to the function get-text for most windows, but with the additional part argument. part defaults to zero to indicate the leftmost part (or the only part when there is a single part).
If a non-existent part index is specified, or if the empty string is
currently displayed in the part, then nil
is
returned rather than a string.
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 |