Hi all.
Just a quick heads-up that I'm going to be changing the argument lists for the event-*** generic functions so that I can make the lesser used arguments &optional. E.g.,
(defgeneric event-paint (dispatcher widget time gc rect) ...)
will become
(defgeneric event-paint (dispatcher widget gc &optional time rect) ...)
...similar changes will be made to the other functions.
graphic-forms-devel@common-lisp.net