home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / !Py_New / py / events next >
Encoding:
Text File  |  1996-04-09  |  357 b   |  20 lines

  1. #Event dictionaries for Py_New
  2.  
  3. edict={
  4.        0x82a91:"E_Q_Quit",
  5.        0x82bc2:"E_SaveToFile",
  6.        0x44ec1:"E_ObjectAutoCreated"
  7.       }
  8.  
  9. wdict={
  10.        17:"W_Message",
  11.        18:"W_Recorded",
  12.        19:"W_Acknowledge"
  13.       }
  14.  
  15. mdict={
  16.        0:"Wimp_MQuit",
  17.        0x80152:"DontKnow"
  18. #       3: "Wimp_MDataLoad",
  19. #       4:"Wimp_MDataLoadAck"
  20.       }