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