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