org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSPopUpArrowPosition

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSPopUpArrowPosition

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


Field Summary
static int NSPopUpArrowAtBottom
           
static int NSPopUpArrowAtCenter
           
static int NSPopUpNoArrow
           
 

Field Detail

NSPopUpNoArrow

static final int NSPopUpNoArrow
See Also:
Constant Field Values

NSPopUpArrowAtCenter

static final int NSPopUpArrowAtCenter
See Also:
Constant Field Values

NSPopUpArrowAtBottom

static final int NSPopUpArrowAtBottom
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.