Next Prev Up Top Contents Index

toolbar-object

Class
Summary

This is a common superclass of toolbar , toolbar-button and toolbar-component .

Superclasses

None

Subclasses

toolbar
toolbar-button
toolbar-component

Slots

enabled

If t , the toolbar object is enabled.

Accessors

simple-pane-enabled
toolbar-object-enabled-function

Description

Any toolbar object may be disabled, by setting its enabled state to nil . Disabling a toolbar or toolbar component prevents the user from interacting with any buttons contained in it.

All toolbar objects may also have an enable function specified. This is evaluated whenever update-toolbar is called. If it returns t , the toolbar object will be enabled; if it returns nil , the object will be disabled.

See also

toolbar
toolbar-button
toolbar-component
update-toolbar


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index