Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

<tool-bar>

Open abstract instantiable class

Summary

The class of tool bars.

Superclasses

<gadget> <multiple-child-composite-pane>

Init-keywords

update-callback:

An instance of type <function>.

Library

duim-gadgets

Module

duim-gadgets

Description

The class of tool bars. A tool bar is a gadget that contains, as children, a number of buttons that give the user quick access to the more common commands in an application. Typically, the label for each button is an icon that pictorially represents the operation that clicking the button performs.

Figure 8.43 A tool bar

A tool bar is often placed underneath the menu bar of an application, although its position is very often configurable, and a tool bar may often be "docked" against any edge of the application's frame. In addition, a tool bar can sometimes be displayed as a free-floating window inside the application.

Internally, this class maps into the Windows toolbar control.

Operations

frame-tool-bar-setter make

See also

<button-box>, page 535

<status-bar>, page 651


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index