Carbon


DialogPlacementSpec

Header: ColorPicker.h

enum DialogPlacementSpec {
    kAtSpecifiedOrigin = ,
    kDeepestColorScreen = 1,
    kCenterOnMainScreen = 2
};

Constant descriptions

kAtSpecifiedOrigin

Specify to place the top-left corner of the color picker dialog box at the point specified in the dialogOrigin field of the color picker parameter block.

kDeepestColorScreen

Specify to center the color picker dialog box on the screen with the greatest color depth.

kCenterOnMainScreen

Specify to center the color picker dialog box on the main screen.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)