<-Back

Macro: Define-Format

DEFINE-FORMAT standard-class [macro]

Defines a standard GDL output format for use with GDL views.

arguments:
name Symbol
mixin-list List of symbols
keyword arguments:
documentation Plist containing keys and strings for author, description, etc, Default Value: NIL
slots List of lists or symbols, Default Value: NIL
If a list, the list should contain a symbol, a default value, and optionally a documentation string. If a symbol, this is the name of the slot and there will be no default value
functions List of format-function definitions, Default Value: NIL
Each definition is made up of a symbol, an argument-list, and a body

<-Back