mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Committed a more or less working version.
This commit is contained in:
parent
80ffd6683c
commit
17448e2408
56 changed files with 12110 additions and 0 deletions
12
Mac/Lib/toolbox/Menus.py
Normal file
12
Mac/Lib/toolbox/Menus.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Menus.h'
|
||||
mDrawMsg = 0
|
||||
mChooseMsg = 1
|
||||
mSizeMsg = 2
|
||||
mDrawItemMsg = 4
|
||||
mCalcItemMsg = 5
|
||||
textMenuProc = 0
|
||||
hMenuCmd = 27
|
||||
hierMenu = -1
|
||||
mPopUpMsg = 3
|
||||
mctAllItems = -98
|
||||
mctLastIDIndic = -99 /*last color table entry has this in ID field*/
|
Loading…
Add table
Add a link
Reference in a new issue