org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSCellImagePosition
- Enclosing interface:
- AppKitLibrary
public static interface AppKitLibrary.NSCellImagePosition
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSCell.h
enum values
NSNoImage
static final int NSNoImage
- See Also:
- Constant Field Values
NSImageOnly
static final int NSImageOnly
- See Also:
- Constant Field Values
NSImageLeft
static final int NSImageLeft
- See Also:
- Constant Field Values
NSImageRight
static final int NSImageRight
- See Also:
- Constant Field Values
NSImageBelow
static final int NSImageBelow
- See Also:
- Constant Field Values
NSImageAbove
static final int NSImageAbove
- See Also:
- Constant Field Values
NSImageOverlaps
static final int NSImageOverlaps
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.