| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: window &optional status-bar (number-of-lines (status-bar-number-of-lines window)) (font (status-bar-font window))status-bar-class-name
Creates a status-bar dialog pane on window, unless there is already one there. (Only a single status-bar pane can be added to a window.) Re-sizes any other child windows on window in order to make room for the status-bar. Also moves any widgets (if on a dialog) upward to make room.
The status bar added is an instance of the status-bar
class. You may wish to
use a common-status-bar
, in which case
use add-common-status-bar.
The arguments are:
(make-window 'status-bar ...)
static-text
widget. The status-bar
dialog will be made of sufficient height to fit the requested number
of lines. Defaults to status-bar-number-of-lines applied
to window.
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 |