Important: The information in this document is obsolete and should not be used for new development.
Dialog Placement Specifiers
In theplaceWhere
field of the color picker parameter block (page 2-20), your application specifies where to place the color picker dialog box. Your application uses theDialogPlacementSpecifiers
enumeration to specify the position of the color picker dialog box:
enum DialogPlacementSpecifiers { kAtSpecifiedOrigin,/* place the top-left corner of the dialog box at the point specified in the dialogOrigin field of the color picker parameter block */ kDeepestColorScreen,/* center the dialog box on the screen with the greatest color depth */ kCenterOnMainScreen/* center dialog box on the main screen */ }; typedef short DialogPlacementSpec;