org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGConfigureOption

Enclosing interface:
CoreGraphicsLibrary

public static interface CoreGraphicsLibrary.CGConfigureOption

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGDisplayConfiguration.h
enum values


Field Summary
static int kCGConfigureForAppOnly
           
static int kCGConfigureForSession
           
static int kCGConfigurePermanently
           
 

Field Detail

kCGConfigureForAppOnly

static final int kCGConfigureForAppOnly
See Also:
Constant Field Values

kCGConfigureForSession

static final int kCGConfigureForSession
See Also:
Constant Field Values

kCGConfigurePermanently

static final int kCGConfigurePermanently
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.