24 #ifndef __IconStyleDefs_h__ 25 #define __IconStyleDefs_h__ 27 const PMReal kPopoutCellHeight = 22;
28 const PMReal kSelectionProxyWidth = 16;
30 const int32 kIconCentering = 0x00;
31 const int32 kIconNoCentering = 0x01;
32 const int32 kIconHorizontalCentering = 0x02;
33 const int32 kIconVerticalCentering = 0x04;
35 const int32 kIconRaisedLook = 0x00;
36 const int32 kIconFlushLook = 0x01;
37 const int32 kIconBorderedLook = 0x02;
38 const int32 kIconWellLook = 0x04;
41 #define kNoWidgetResource 0,0 42 #define kNoAssociatedWidgetShortcutControl 0 44 #define kADBEIconSuiteButtonType kIconCentering, kIconRaisedLook, kFalse 45 #define kADBEIconSuiteButtonDrawWellType kIconCentering, (kIconRaisedLook | kIconWellLook), kTrue 46 #define kADBEIconSuiteButtonBorderedType kIconCentering, (kIconRaisedLook | kIconBorderedLook), kFalse 47 #define kStyledIconSuiteFlushedButtonType kIconCentering, kIconFlushLook, kFalse 48 #define kADBEIconSuiteButtonNoCenteringType kIconNoCentering, kIconRaisedLook, kFalse 49 #define kStyledIconHorizontalCenteringButtonFlushedType kIconHorizontalCentering, kIconFlushLook, kFalse 61 #endif // __IconStyleDefs_h__