status-bar-message

Generic Function

Package: common-graphics

Arguments: status-bar string &key part protruding-p no-border-p

Displays string on status-bar, which is either a status-bar or a common-status-bar in which to display the string. The keyword arguments are valid only for common-status-bar's.

part is either a fixnum indicating the section of the common-status-bar in which to display the string, or the keyword :simple to display the string in simple (non-sectioned) mode, or nil to display the string in the first section (or in the whole status-bar if there are no sections currently). The common-status-bar will be automatically placed in simple mode if part is :simple, or into non-simple (sectioned) mode if part is a fixnum. Zero indicates the first section.

protruding-p if true will draw the section border to make it appear raised, rather than sunken as usual.

no-border-p will draw the string without a border at all around its section.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.