 | InDesign SDK 20.5 |
27 #ifndef __IControlViewDefs_h__ 31 #define kBindNone 0x0000 32 #define kBindLeft 0x0001 33 #define kBindTop 0x0002 34 #define kBindRight 0x0004 35 #define kBindBottom 0x0008 37 #define kBindNotSymetrize 0x1000 39 #define kBindAll (kBindLeft | kBindTop | kBindRight | kBindBottom) 41 #define kBindParentToChild 0x0010 44 #define kPanelIconWidth 26 // Changed from 30 as all icons will sufficiently fit in this width. 45 #define kPanelIconHeight 18 46 #define kControlStripIconWidth 24 47 #define kControlStripIconHeight 22 51 #define kNoneResizable 0x0000 52 #define kLeftResizable 0x0001 53 #define kRightResizable 0x0002 54 #define kTopResizable 0x0004 55 #define kBottomResizable 0x0008 57 #endif // __IControlViewDefs_h__