... function)1
Currently the event has to be specified as a string as with Tk. In future releases perhaps a more Lispy style might be used.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... function:2
It is not required to have a defgeneric definition for each generic function, as to the standard, defmethod implicitly generates the definition if they do not exist, but as SBCL issues a warning in this case and shipped code preferrably should not issue warnings on compilation, I add the defgeneric statements for all generic functions I create.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.