Vocabularyui.
operationsWord descriptionAn abstraction for an operation which may be performed on a presentation.
Operations have the following slots:
| • | predicate - a quotation with stack effect ( obj -- ? ) |
| • | command - a word |
| • | translator - a quotation with stack effect ( obj -- newobj ), or f |
| • | hook - a quotation with stack effect ( obj -- newobj ), or f |
| • | listener? - a boolean |
DefinitionMethods