[graphic-forms-devel] event functions API change

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
6933
Age (days ago)
6933
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jack Unrue