| 1 | n/a | # Generated from 'MacHelp.h' |
|---|
| 2 | n/a | |
|---|
| 3 | n/a | def FOUR_CHAR_CODE(x): return x |
|---|
| 4 | n/a | kMacHelpVersion = 0x0003 |
|---|
| 5 | n/a | kHMSupplyContent = 0 |
|---|
| 6 | n/a | kHMDisposeContent = 1 |
|---|
| 7 | n/a | kHMNoContent = FOUR_CHAR_CODE('none') |
|---|
| 8 | n/a | kHMCFStringContent = FOUR_CHAR_CODE('cfst') |
|---|
| 9 | n/a | kHMPascalStrContent = FOUR_CHAR_CODE('pstr') |
|---|
| 10 | n/a | kHMStringResContent = FOUR_CHAR_CODE('str#') |
|---|
| 11 | n/a | kHMTEHandleContent = FOUR_CHAR_CODE('txth') |
|---|
| 12 | n/a | kHMTextResContent = FOUR_CHAR_CODE('text') |
|---|
| 13 | n/a | kHMStrResContent = FOUR_CHAR_CODE('str ') |
|---|
| 14 | n/a | kHMDefaultSide = 0 |
|---|
| 15 | n/a | kHMOutsideTopScriptAligned = 1 |
|---|
| 16 | n/a | kHMOutsideLeftCenterAligned = 2 |
|---|
| 17 | n/a | kHMOutsideBottomScriptAligned = 3 |
|---|
| 18 | n/a | kHMOutsideRightCenterAligned = 4 |
|---|
| 19 | n/a | kHMOutsideTopLeftAligned = 5 |
|---|
| 20 | n/a | kHMOutsideTopRightAligned = 6 |
|---|
| 21 | n/a | kHMOutsideLeftTopAligned = 7 |
|---|
| 22 | n/a | kHMOutsideLeftBottomAligned = 8 |
|---|
| 23 | n/a | kHMOutsideBottomLeftAligned = 9 |
|---|
| 24 | n/a | kHMOutsideBottomRightAligned = 10 |
|---|
| 25 | n/a | kHMOutsideRightTopAligned = 11 |
|---|
| 26 | n/a | kHMOutsideRightBottomAligned = 12 |
|---|
| 27 | n/a | kHMOutsideTopCenterAligned = 13 |
|---|
| 28 | n/a | kHMOutsideBottomCenterAligned = 14 |
|---|
| 29 | n/a | kHMInsideRightCenterAligned = 15 |
|---|
| 30 | n/a | kHMInsideLeftCenterAligned = 16 |
|---|
| 31 | n/a | kHMInsideBottomCenterAligned = 17 |
|---|
| 32 | n/a | kHMInsideTopCenterAligned = 18 |
|---|
| 33 | n/a | kHMInsideTopLeftCorner = 19 |
|---|
| 34 | n/a | kHMInsideTopRightCorner = 20 |
|---|
| 35 | n/a | kHMInsideBottomLeftCorner = 21 |
|---|
| 36 | n/a | kHMInsideBottomRightCorner = 22 |
|---|
| 37 | n/a | kHMAbsoluteCenterAligned = 23 |
|---|
| 38 | n/a | kHMTopSide = kHMOutsideTopScriptAligned |
|---|
| 39 | n/a | kHMLeftSide = kHMOutsideLeftCenterAligned |
|---|
| 40 | n/a | kHMBottomSide = kHMOutsideBottomScriptAligned |
|---|
| 41 | n/a | kHMRightSide = kHMOutsideRightCenterAligned |
|---|
| 42 | n/a | kHMTopLeftCorner = kHMOutsideTopLeftAligned |
|---|
| 43 | n/a | kHMTopRightCorner = kHMOutsideTopRightAligned |
|---|
| 44 | n/a | kHMLeftTopCorner = kHMOutsideLeftTopAligned |
|---|
| 45 | n/a | kHMLeftBottomCorner = kHMOutsideLeftBottomAligned |
|---|
| 46 | n/a | kHMBottomLeftCorner = kHMOutsideBottomLeftAligned |
|---|
| 47 | n/a | kHMBottomRightCorner = kHMOutsideBottomRightAligned |
|---|
| 48 | n/a | kHMRightTopCorner = kHMOutsideRightTopAligned |
|---|
| 49 | n/a | kHMRightBottomCorner = kHMOutsideRightBottomAligned |
|---|
| 50 | n/a | kHMContentProvided = 0 |
|---|
| 51 | n/a | kHMContentNotProvided = 1 |
|---|
| 52 | n/a | kHMContentNotProvidedDontPropagate = 2 |
|---|
| 53 | n/a | kHMMinimumContentIndex = 0 |
|---|
| 54 | n/a | kHMMaximumContentIndex = 1 |
|---|
| 55 | n/a | errHMIllegalContentForMinimumState = -10980 |
|---|
| 56 | n/a | errHMIllegalContentForMaximumState = -10981 |
|---|
| 57 | n/a | kHMIllegalContentForMinimumState = errHMIllegalContentForMinimumState |
|---|
| 58 | n/a | kHelpTagEventHandlerTag = FOUR_CHAR_CODE('hevt') |
|---|