[Previous]
[Up]
[Next]
NSScrollView
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSScrollView.h
Inherits from: NSView
Conforms to: NSCoding
+ (NSSize) contentSizeForFrameSize: (NSSize)frameSize hasHorizontalScroller: (BOOL)hFlag hasVerticalScroller: (BOOL)vFlag borderType: (NSBorderType)borderType
+ (NSSize) frameSizeForContentSize: (NSSize)contentSize hasHorizontalScroller: (BOOL)hFlag hasVerticalScroller: (BOOL)vFlag borderType: (NSBorderType)borderType
+ (Class) rulerViewClass
+ (void) setRulerViewClass: (Class)aClass
- (NSColor*) backgroundColor
- (NSBorderType) borderType
- (NSSize) contentSize
- (NSClipView*) contentView
- (NSCursor*) documentCursor
- (id) documentView
- (NSRect) documentVisibleRect
- (BOOL) hasHorizontalRuler
- (BOOL) hasHorizontalScroller
- (BOOL) hasVerticalRuler
- (BOOL) hasVerticalScroller
- (float) horizontalLineScroll
- (float) horizontalPageScroll
- (NSRulerView*) horizontalRulerView
- (NSScroller*) horizontalScroller
- (BOOL) isRulerVisible
- (float) lineScroll
- (float) pageScroll
- (void) reflectScrolledClipView: (NSClipView*)aClipView
- (BOOL) rulersVisible
- (BOOL) scrollsDynamically
- (void) setBackgroundColor: (NSColor*)aColor
- (void) setBorderType: (NSBorderType)borderType
- (void) setContentView: (NSClipView*)aView
- (void) setDocumentCursor: (NSCursor*)aCursor
- (void) setDocumentView: (NSView*)aView
- (void) setHasHorizontalRuler: (BOOL)flag
- (void) setHasHorizontalScroller: (BOOL)flag
- (void) setHasVerticalRuler: (BOOL)flag
- (void) setHasVerticalScroller: (BOOL)flag
- (void) setHorizontalLineScroll: (float)aFloat
- (void) setHorizontalPageScroll: (float)aFloat
- (void) setHorizontalRulerView: (NSRulerView*)aRulerView
- (void) setHorizontalScroller: (NSScroller*)aScroller
- (void) setLineScroll: (float)aFloat
- (void) setPageScroll: (float)aFloat
- (void) setRulersVisible: (BOOL)flag
- (void) setScrollsDynamically: (BOOL)flag
- (void) setVerticalLineScroll: (float)aFloat
- (void) setVerticalPageScroll: (float)aFloat
- (void) setVerticalRulerView: (NSRulerView*)aRulerView
- (void) setVerticalScroller: (NSScroller*)aScroller
- (void) tile
- (void) toggleRuler: (id)sender
- (float) verticalLineScroll
- (float) verticalPageScroll
- (NSRulerView*) verticalRulerView
- (NSScroller*) verticalScroller