home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
!Graph
/
py
/
events
next >
Wrap
Text File
|
1996-08-19
|
604b
|
32 lines
#Event dictionaries for Graph
#Created by Py_New on Mon,19 Aug
edict={
0x82a91:"E_Q_Quit",
0x82bc0:"E_S_AboutToBeShown",
}
wdict={
# 0:"W_Null",
1:"W_Redraw",
# 2:"W_Open",
# 3:"W_Close",
# 4:"W_Leaving",
# 5:"W_Entering",
# 6:"W_Click",
# 7:"W_Drag",
# 8:"W_Key",
# 9:"W_Menu",
# 10:"W_Scroll",
# 11:"W_Lose",
# 12:"W_Gain",
# 13:"W_NonZero",
17:"W_Message",
18:"W_Recorded",
19:"W_Acknowledge"
}
mdict={
0:"Wimp_MQuit",
3:"M_DataLoad"
}