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: AppKit/NSClipView.h

acceptsFirstResponder

- (BOOL) acceptsFirstResponder;


autoscroll:

- (BOOL) autoscroll: (NSEvent*)theEvent;


backgroundColor

- (NSColor*) backgroundColor;


constrainScrollPoint:

- (NSPoint) constrainScrollPoint: (NSPoint)proposedNewOrigin;


copiesOnScroll

- (BOOL) copiesOnScroll;


documentCursor

- (NSCursor*) documentCursor;


documentRect

- (NSRect) documentRect;


documentView

- (id) documentView;


documentVisibleRect

- (NSRect) documentVisibleRect;


drawsBackground

- (BOOL) drawsBackground;


isFlipped

- (BOOL) isFlipped;


rotateByAngle:

- (void) rotateByAngle: (float)angle;


scaleUnitSquareToSize:

- (void) scaleUnitSquareToSize: (NSSize)newUnitSize;


scrollToPoint:

- (void) scrollToPoint: (NSPoint)point;


setBackgroundColor:

- (void) setBackgroundColor: (NSColor*)aColor;


setBoundsOrigin:

- (void) setBoundsOrigin: (NSPoint)point;


setBoundsRotation:

- (void) setBoundsRotation: (float)angle;


setBoundsSize:

- (void) setBoundsSize: (NSSize)aSize;


setCopiesOnScroll:

- (void) setCopiesOnScroll: (BOOL)flag;


setDocumentCursor:

- (void) setDocumentCursor: (NSCursor*)aCursor;


setDocumentView:

- (void) setDocumentView: (NSView*)aView;


setDrawsBackground:

- (void) setDrawsBackground: (BOOL)flag;


setFrameOrigin:

- (void) setFrameOrigin: (NSPoint)aPoint;


setFrameRotation:

- (void) setFrameRotation: (float)angle;


setFrameSize:

- (void) setFrameSize: (NSSize)aSize;


translateOriginToPoint:

- (void) translateOriginToPoint: (NSPoint)aPoint;


viewBoundsChanged:

- (void) viewBoundsChanged: (NSNotification*)aNotification;


viewFrameChanged:

- (void) viewFrameChanged: (NSNotification*)aNotification;


Software documentation for the NSClipView(BackendMethods) category

NSClipView(BackendMethods)

Declared: AppKit/NSClipView.h

_translateToPoint:oldPoint:

- (void) _translateToPoint: (NSPoint)point oldPoint: (NSPoint)oldPoint;