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.
- (BOOL)
autohidesScrollers;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
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)
setAutohidesScrollers: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
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 BOOL _autohidesScrollers;
Availability: OpenStep
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 NSBorderType _borderType;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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