| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: window &optional toolbar
Creates a toolbar
dialog pane on
window. The new toolbar is added just below any
existing toolbars on the window. Any other child panes are shaped
smaller to make room for the new toolbar. Any components (if the
window is a dialog) are moved lower to make room for the toolbar.
The new toolbar is created without any controls on it initially,
unless you pass the optional toolbar argument to
add a pre-existing toolbar dialog to the window rather than creating a
new one. A pre-existing toolbar can be either a toolbar that was
removed from this or another window, or an arbitrary toolbar created
by calling make-window and specifying the
toolbar
class.
Alternately, you can use the Integrated Development Environment to build a window complete with toolbar and toolbar widgets that will be recreated all at once.
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 |