[Anygui-checkins] CVS: /anygui/lib/anygui Events.py,1.42,1.43
Brought to you by:
mlh
|
From: Magnus L. H. <ml...@us...> - 2003-04-02 20:46:51
|
Update of /cvsroot/anygui//anygui/lib/anygui
In directory sc8-pr-cvs1:/tmp/cvs-serv21658/lib/anygui
Modified Files:
Events.py
Log Message:
Index: Events.py
===================================================================
RCS file: /cvsroot/anygui//anygui/lib/anygui/Events.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** Events.py 19 Jul 2002 00:28:27 -0000 1.42
--- Events.py 2 Apr 2003 20:32:25 -0000 1.43
***************
*** 1,11 ****
- ''' Event framework for Anygui.
-
- Magnus Lie Hetland 2001-11-26
-
- 2002-02-12: Modified send() to send a single event object to the
- event handlers.
- '''
-
TODO = '''
- Fix optional arguments/use of kwdargs in place of positionals etc.
--- 1,3 ----
|