| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: standard-object
Returns or sets with setf the value of the title property of
the argument. The value of this property should be a string or a
pixel-map. Use the empty string if you want no title. The value
nil
will display as 'nil'.
For devices such as windows the title will be displayed in some way
(on the title-bar, for instance). For buttons, the title labels the
button. Some controls have no place for a title and do not have a
title property. If you want to simulate a title, use a static-text
control
adjacent to the titleless control.
See also name, but do not confuse name with title. The name is an internal handle for an object while the title is a visible label.
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 |