
8 Jul
2006
8 Jul
'06
10:14 p.m.
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