Up
Authors
- Ovidiu Predescu (
ovidiu@net-community.com
)
-
- Felipe A. Rodriguez (
far@ix.netcom.com
)
-
- Richard Frith-Macdonald (
richard@brainstorm.co.uk
)
-
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSScrollView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (NSSize)
contentSizeForFrameSize: (NSSize)frameSize
hasHorizontalScroller: (BOOL)hFlag
hasVerticalScroller: (BOOL)vFlag
borderType: (
NSBorderType)borderType;
Availability: OpenStep
Description forthcoming.
+ (NSSize)
frameSizeForContentSize: (NSSize)contentSize
hasHorizontalScroller: (BOOL)hFlag
hasVerticalScroller: (BOOL)vFlag
borderType: (
NSBorderType)borderType;
Availability: OpenStep
Description forthcoming.
+ (Class)
rulerViewClass;
Availability: OpenStep
Description forthcoming.
+ (void)
setRulerViewClass: (Class)aClass;
Availability: OpenStep
Description forthcoming.
- (void)
_synchronizeHeaderAndCornerView;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSColor*)
backgroundColor;
Availability: OpenStep
Description forthcoming.
- (
NSBorderType)
borderType;
Availability: OpenStep
Description forthcoming.
- (NSSize)
contentSize;
Availability: OpenStep
Returns the size of the NSScrollView's content
view
- (
NSClipView*)
contentView;
Availability: OpenStep
Description forthcoming.
- (
NSCursor*)
documentCursor;
Availability: OpenStep
Description forthcoming.
- (id)
documentView;
Availability: OpenStep
Description forthcoming.
- (NSRect)
documentVisibleRect;
Availability: OpenStep
Description forthcoming.
- (BOOL)
drawsBackground;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
hasHorizontalRuler;
Availability: OpenStep
- (BOOL)
hasHorizontalScroller;
Availability: OpenStep
- (BOOL)
hasVerticalRuler;
Availability: OpenStep
- (BOOL)
hasVerticalScroller;
Availability: OpenStep
- (float)
horizontalLineScroll;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (float)
horizontalPageScroll;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (
NSRulerView*)
horizontalRulerView;
Availability: OpenStep
Description forthcoming.
- (
NSScroller*)
horizontalScroller;
Availability: OpenStep
Description forthcoming.
- (float)
lineScroll;
Availability: OpenStep
Description forthcoming.
- (float)
pageScroll;
Availability: OpenStep
Description forthcoming.
- (void)
reflectScrolledClipView: (
NSClipView*)aClipView;
Availability: OpenStep
Description forthcoming.
- (BOOL)
rulersVisible;
Availability: OpenStep
Description forthcoming.
- (BOOL)
scrollsDynamically;
Availability: OpenStep
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)aColor;
Availability: OpenStep
Description forthcoming.
- (void)
setBorderType: (
NSBorderType)borderType;
Availability: OpenStep
Description forthcoming.
- (void)
setContentView: (
NSClipView*)aView;
Availability: OpenStep
Description forthcoming.
- (void)
setDocumentCursor: (
NSCursor*)aCursor;
Availability: OpenStep
Description forthcoming.
- (void)
setDocumentView: (
NSView*)aView;
Availability: OpenStep
Description forthcoming.
- (void)
setDrawsBackground: (BOOL)flag;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setHasHorizontalRuler: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setHasHorizontalScroller: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setHasVerticalRuler: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setHasVerticalScroller: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setHorizontalLineScroll: (float)aFloat;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setHorizontalPageScroll: (float)aFloat;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setHorizontalRulerView: (
NSRulerView*)aRulerView;
Availability: OpenStep
Description forthcoming.
- (void)
setHorizontalScroller: (
NSScroller*)aScroller;
Availability: OpenStep
Description forthcoming.
- (void)
setLineScroll: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setPageScroll: (float)aFloat;
Availability: OpenStep
Description forthcoming.
- (void)
setRulersVisible: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setScrollsDynamically: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setVerticalLineScroll: (float)aFloat;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setVerticalPageScroll: (float)aFloat;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setVerticalRulerView: (
NSRulerView*)aRulerView;
Availability: OpenStep
Description forthcoming.
- (void)
setVerticalScroller: (
NSScroller*)aScroller;
Availability: OpenStep
Description forthcoming.
- (void)
tile;
Availability: OpenStep
Description forthcoming.
- (float)
verticalLineScroll;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (float)
verticalPageScroll;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (
NSRulerView*)
verticalRulerView;
Availability: OpenStep
Description forthcoming.
- (
NSScroller*)
verticalScroller;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSScrollView Class
@protected NSBorderType _borderType;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSClipView* _contentView;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSView* _cornerView;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _hLineScroll;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _hPageScroll;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _hasCornerView;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _hasHeaderView;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _hasHorizRuler;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _hasHorizScroller;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _hasVertRuler;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _hasVertScroller;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSClipView* _headerClipView;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSRulerView* _horizRuler;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSScroller* _horizScroller;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _knobMoved;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _rulersVisible;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _scrollsDynamically;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _vLineScroll;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _vPageScroll;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSRulerView* _vertRuler;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSScroller* _vertScroller;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up