org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSScrollArrowPosition

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSScrollArrowPosition

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


Field Summary
static int NSScrollerArrowsDefaultSetting
           
static int NSScrollerArrowsMaxEnd
           
static int NSScrollerArrowsMinEnd
           
static int NSScrollerArrowsNone
           
 

Field Detail

NSScrollerArrowsMaxEnd

static final int NSScrollerArrowsMaxEnd
See Also:
Constant Field Values

NSScrollerArrowsMinEnd

static final int NSScrollerArrowsMinEnd
See Also:
Constant Field Values

NSScrollerArrowsDefaultSetting

static final int NSScrollerArrowsDefaultSetting
See Also:
Constant Field Values

NSScrollerArrowsNone

static final int NSScrollerArrowsNone
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.