<-Back

Macro: Define-Lens

DEFINE-LENS void [macro]

Defines output-functions for the combination of the given output-format and GDL object.

arguments:
format-and-object List of two symbols
The first should name an output-format previously defined with define-format, and the second should name a GDL object previously defined with define-object
mixin-list NIL
This is not supported and should be left as NIL or an empty list for now
keyword arguments:
skin Name of a skin defined with define-skin, Default Value: T
This allows a class hierarchy of look and feel for each view combination. Defaults to T, a generic skin

<-Back