home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / Modules / evt / evtedit.py < prev    next >
Encoding:
Text File  |  1996-03-18  |  138 b   |  7 lines  |  [TEXT/Pyth]

  1. f = Function(void, 'SystemClick',
  2.     (EventRecord_ptr, 'theEvent', InMode),
  3.     (WindowPtr, 'theWindow', InMode),
  4. )
  5. functions.append(f)
  6.  
  7.