[graphic-forms-devel] event functions API change

Jack Unrue jdunrue at gmail.com
Sat Jul 8 22:14:20 UTC 2006


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.

-- 
Jack Unrue



More information about the Graphic-forms-devel mailing list