| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |