ยปCore Development>Code coverage>Lib/plat-mac/Carbon/MacHelp.py

Python code coverage for Lib/plat-mac/Carbon/MacHelp.py

#countcontent
1n/a# Generated from 'MacHelp.h'
2n/a
3n/adef FOUR_CHAR_CODE(x): return x
4n/akMacHelpVersion = 0x0003
5n/akHMSupplyContent = 0
6n/akHMDisposeContent = 1
7n/akHMNoContent = FOUR_CHAR_CODE('none')
8n/akHMCFStringContent = FOUR_CHAR_CODE('cfst')
9n/akHMPascalStrContent = FOUR_CHAR_CODE('pstr')
10n/akHMStringResContent = FOUR_CHAR_CODE('str#')
11n/akHMTEHandleContent = FOUR_CHAR_CODE('txth')
12n/akHMTextResContent = FOUR_CHAR_CODE('text')
13n/akHMStrResContent = FOUR_CHAR_CODE('str ')
14n/akHMDefaultSide = 0
15n/akHMOutsideTopScriptAligned = 1
16n/akHMOutsideLeftCenterAligned = 2
17n/akHMOutsideBottomScriptAligned = 3
18n/akHMOutsideRightCenterAligned = 4
19n/akHMOutsideTopLeftAligned = 5
20n/akHMOutsideTopRightAligned = 6
21n/akHMOutsideLeftTopAligned = 7
22n/akHMOutsideLeftBottomAligned = 8
23n/akHMOutsideBottomLeftAligned = 9
24n/akHMOutsideBottomRightAligned = 10
25n/akHMOutsideRightTopAligned = 11
26n/akHMOutsideRightBottomAligned = 12
27n/akHMOutsideTopCenterAligned = 13
28n/akHMOutsideBottomCenterAligned = 14
29n/akHMInsideRightCenterAligned = 15
30n/akHMInsideLeftCenterAligned = 16
31n/akHMInsideBottomCenterAligned = 17
32n/akHMInsideTopCenterAligned = 18
33n/akHMInsideTopLeftCorner = 19
34n/akHMInsideTopRightCorner = 20
35n/akHMInsideBottomLeftCorner = 21
36n/akHMInsideBottomRightCorner = 22
37n/akHMAbsoluteCenterAligned = 23
38n/akHMTopSide = kHMOutsideTopScriptAligned
39n/akHMLeftSide = kHMOutsideLeftCenterAligned
40n/akHMBottomSide = kHMOutsideBottomScriptAligned
41n/akHMRightSide = kHMOutsideRightCenterAligned
42n/akHMTopLeftCorner = kHMOutsideTopLeftAligned
43n/akHMTopRightCorner = kHMOutsideTopRightAligned
44n/akHMLeftTopCorner = kHMOutsideLeftTopAligned
45n/akHMLeftBottomCorner = kHMOutsideLeftBottomAligned
46n/akHMBottomLeftCorner = kHMOutsideBottomLeftAligned
47n/akHMBottomRightCorner = kHMOutsideBottomRightAligned
48n/akHMRightTopCorner = kHMOutsideRightTopAligned
49n/akHMRightBottomCorner = kHMOutsideRightBottomAligned
50n/akHMContentProvided = 0
51n/akHMContentNotProvided = 1
52n/akHMContentNotProvidedDontPropagate = 2
53n/akHMMinimumContentIndex = 0
54n/akHMMaximumContentIndex = 1
55n/aerrHMIllegalContentForMinimumState = -10980
56n/aerrHMIllegalContentForMaximumState = -10981
57n/akHMIllegalContentForMinimumState = errHMIllegalContentForMinimumState
58n/akHelpTagEventHandlerTag = FOUR_CHAR_CODE('hevt')