Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 2 - Color Picker Manager Reference /
Constants and Data Types


Dialog Placement Specifiers

In the placeWhere field of the color picker parameter block (page 2-20), your application specifies where to place the color picker dialog box. Your application uses the DialogPlacementSpecifiers 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;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996