Up
Authors
- Ovidiu Predescu (
ovidiu@net-community.com
)
-
- Richard Frith-Macdonald (
richard@brainstorm.co.uk
)
-
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSClipView.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (BOOL) acceptsFirstResponder;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) autoscroll: (NSEvent*)theEvent;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSColor*) backgroundColor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSPoint) constrainScrollPoint: (NSPoint)proposedNewOrigin;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) copiesOnScroll;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSCursor*) documentCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect) documentRect;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) documentView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect) documentVisibleRect;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) drawsBackground;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isFlipped;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) rotateByAngle: (float)angle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) scaleUnitSquareToSize: (NSSize)newUnitSize;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) scrollToPoint: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setBackgroundColor: (NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setBoundsOrigin: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setBoundsRotation: (float)angle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setBoundsSize: (NSSize)aSize;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setCopiesOnScroll: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setDocumentCursor: (NSCursor*)aCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setDocumentView: (NSView*)aView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setDrawsBackground: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setFrameOrigin: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setFrameRotation: (float)angle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setFrameSize: (NSSize)aSize;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) translateOriginToPoint: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) viewBoundsChanged: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) viewFrameChanged: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSClipView Class
@protected NSColor* _backgroundColor;
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 _copiesOnScroll;
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 NSCursor* _cursor;
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* _documentView;
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 _drawsBackground;
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 _isOpaque;
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