Up

NSClipView

Authors

Ovidiu Predescu (ovidiu@net-community.com)
Richard Frith-Macdonald (richard@brainstorm.co.uk)

Copyright: (C) 1996 Free Software Foundation, Inc.

Software documentation for the NSClipView class

NSClipView : NSView

Declared in:
AppKit/NSClipView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

acceptsFirstResponder 

- (BOOL) acceptsFirstResponder;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


autoscroll: 

- (BOOL) autoscroll: (NSEvent*)theEvent;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


backgroundColor 

- (NSColor*) backgroundColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


constrainScrollPoint: 

- (NSPoint) constrainScrollPoint: (NSPoint)proposedNewOrigin;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


copiesOnScroll 

- (BOOL) copiesOnScroll;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


documentCursor 

- (NSCursor*) documentCursor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


documentRect 

- (NSRect) documentRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


documentView 

- (id) documentView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


documentVisibleRect 

- (NSRect) documentVisibleRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawsBackground 

- (BOOL) drawsBackground;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isFlipped 

- (BOOL) isFlipped;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rotateByAngle: 

- (void) rotateByAngle: (float)angle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


scaleUnitSquareToSize: 

- (void) scaleUnitSquareToSize: (NSSize)newUnitSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


scrollToPoint: 

- (void) scrollToPoint: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBackgroundColor: 

- (void) setBackgroundColor: (NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBoundsOrigin: 

- (void) setBoundsOrigin: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBoundsRotation: 

- (void) setBoundsRotation: (float)angle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBoundsSize: 

- (void) setBoundsSize: (NSSize)aSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setCopiesOnScroll: 

- (void) setCopiesOnScroll: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDocumentCursor: 

- (void) setDocumentCursor: (NSCursor*)aCursor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDocumentView: 

- (void) setDocumentView: (NSView*)aView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDrawsBackground: 

- (void) setDrawsBackground: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFrameOrigin: 

- (void) setFrameOrigin: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFrameRotation: 

- (void) setFrameRotation: (float)angle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFrameSize: 

- (void) setFrameSize: (NSSize)aSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


translateOriginToPoint: 

- (void) translateOriginToPoint: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


viewBoundsChanged: 

- (void) viewBoundsChanged: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


viewFrameChanged: 

- (void) viewFrameChanged: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSClipView Class

_backgroundColor

@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.


_copiesOnScroll

@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.


_cursor

@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.


_documentView

@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.


_drawsBackground

@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.


_isOpaque

@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