org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSTitlePosition
- Enclosing interface:
- AppKitLibrary
public static interface AppKitLibrary.NSTitlePosition
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSBox.h
enum values
NSNoTitle
static final int NSNoTitle
- See Also:
- Constant Field Values
NSAboveTop
static final int NSAboveTop
- See Also:
- Constant Field Values
NSAtTop
static final int NSAtTop
- See Also:
- Constant Field Values
NSBelowTop
static final int NSBelowTop
- See Also:
- Constant Field Values
NSAboveBottom
static final int NSAboveBottom
- See Also:
- Constant Field Values
NSAtBottom
static final int NSAtBottom
- See Also:
- Constant Field Values
NSBelowBottom
static final int NSBelowBottom
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.