[Python-checkins] python/dist/src/Mac/Lib/Carbon CoreFoundation.py,NONE,1.1
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
Wed, 28 Aug 2002 14:19:28 -0700
- Previous message: [Python-checkins] python/dist/src/Mac/Lib/Carbon AppleEvents.py,1.2,1.3 Controls.py,1.2,1.3 Dragconst.py,1.2,1.3 Icons.py,1.2,1.3 MacTextEditor.py,1.2,1.3 QuickTime.py,1.2,1.3
- Next message: [Python-checkins] python/dist/src/Misc ACKS,1.198,1.199
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Mac/Lib/Carbon
In directory usw-pr-cvs1:/tmp/cvs-serv3882
Added Files:
CoreFoundation.py
Log Message:
This file never made it to the repository, somehow.
--- NEW FILE: CoreFoundation.py ---
# Generated from 'CFBase.h'
def FOUR_CHAR_CODE(x): return x
kCFCompareLessThan = -1
kCFCompareEqualTo = 0
kCFCompareGreaterThan = 1
kCFNotFound = -1
kCFPropertyListImmutable = 0
kCFPropertyListMutableContainers = 1
kCFPropertyListMutableContainersAndLeaves = 2
# kCFStringEncodingInvalidId = (long)0xFFFFFFFF
kCFStringEncodingMacRoman = 0
kCFStringEncodingWindowsLatin1 = 0x0500
kCFStringEncodingISOLatin1 = 0x0201
kCFStringEncodingNextStepLatin = 0x0B01
kCFStringEncodingASCII = 0x0600
kCFStringEncodingUnicode = 0x0100
kCFStringEncodingUTF8 = 0x08000100
kCFStringEncodingNonLossyASCII = 0x0BFF
kCFCompareCaseInsensitive = 1
kCFCompareBackwards = 4
kCFCompareAnchored = 8
kCFCompareNonliteral = 16
kCFCompareLocalized = 32
kCFCompareNumerically = 64
kCFURLPOSIXPathStyle = 0
kCFURLHFSPathStyle = 1
kCFURLWindowsPathStyle = 2
- Previous message: [Python-checkins] python/dist/src/Mac/Lib/Carbon AppleEvents.py,1.2,1.3 Controls.py,1.2,1.3 Dragconst.py,1.2,1.3 Icons.py,1.2,1.3 MacTextEditor.py,1.2,1.3 QuickTime.py,1.2,1.3
- Next message: [Python-checkins] python/dist/src/Misc ACKS,1.198,1.199
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]