Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

command-enabled?

Generic function

Summary

Returns true if the specified command is enabled.

Signature

command-enabled? command frame #key => enabled?

Arguments

command
An instance of type type-union(<command>, <command-table>).

frame
An instance of type <frame>.

Values

enabled?
An instance of type <boolean>.

Library

duim-frames

Module

duim-frames

Description

Returns true if command in frame is enabled.

See also

<command>, page 716

command-enabled?-setter, page 719


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index