org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSWindowOrderingMode

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSWindowOrderingMode

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h
enum values


Field Summary
static int NSWindowAbove
           
static int NSWindowBelow
           
static int NSWindowOut
           
 

Field Detail

NSWindowAbove

static final int NSWindowAbove
See Also:
Constant Field Values

NSWindowBelow

static final int NSWindowBelow
See Also:
Constant Field Values

NSWindowOut

static final int NSWindowOut
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.