home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / !Graph / py / events next >
Text File  |  1996-08-19  |  604b  |  32 lines

  1. #Event dictionaries for Graph
  2. #Created by Py_New on Mon,19 Aug
  3.  
  4. edict={
  5.        0x82a91:"E_Q_Quit",
  6.        0x82bc0:"E_S_AboutToBeShown",
  7.       }
  8.  
  9. wdict={
  10. #        0:"W_Null",
  11.          1:"W_Redraw",
  12. #        2:"W_Open",
  13. #        3:"W_Close",
  14. #        4:"W_Leaving",
  15. #        5:"W_Entering",
  16. #        6:"W_Click",
  17. #        7:"W_Drag",
  18. #        8:"W_Key",
  19. #        9:"W_Menu",
  20. #       10:"W_Scroll",
  21. #       11:"W_Lose",
  22. #       12:"W_Gain",
  23. #       13:"W_NonZero",
  24.        17:"W_Message",
  25.        18:"W_Recorded",
  26.        19:"W_Acknowledge"
  27.       }
  28.  
  29. mdict={
  30.        0:"Wimp_MQuit",
  31.        3:"M_DataLoad"
  32.       }