Up

NSClipView

Authors

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

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


Contents -

  1. Software documentation for the NSClipView class
  2. Software documentation for the NSClipView(BackendMethods) category

Software documentation for the NSClipView class

NSClipView : NSView

Declared in:
AppKit/NSClipView.h
Standards:

Description forthcoming.

Method summary

acceptsFirstResponder

- (BOOL) acceptsFirstResponder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


autoscroll:

- (BOOL) autoscroll: (NSEvent*)theEvent;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


backgroundColor

- (NSColor*) backgroundColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


constrainScrollPoint:

- (NSPoint) constrainScrollPoint: (NSPoint)proposedNewOrigin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


copiesOnScroll

- (BOOL) copiesOnScroll;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


documentCursor

- (NSCursor*) documentCursor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


documentRect

- (NSRect) documentRect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


documentView

- (id) documentView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


documentVisibleRect

- (NSRect) documentVisibleRect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawsBackground

- (BOOL) drawsBackground;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


isFlipped

- (BOOL) isFlipped;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


rotateByAngle:

- (void) rotateByAngle: (float)angle;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


scaleUnitSquareToSize:

- (void) scaleUnitSquareToSize: (NSSize)newUnitSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


scrollToPoint:

- (void) scrollToPoint: (NSPoint)point;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBackgroundColor:

- (void) setBackgroundColor: (NSColor*)aColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBoundsOrigin:

- (void) setBoundsOrigin: (NSPoint)point;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBoundsRotation:

- (void) setBoundsRotation: (float)angle;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBoundsSize:

- (void) setBoundsSize: (NSSize)aSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setCopiesOnScroll:

- (void) setCopiesOnScroll: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDocumentCursor:

- (void) setDocumentCursor: (NSCursor*)aCursor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDocumentView:

- (void) setDocumentView: (NSView*)aView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDrawsBackground:

- (void) setDrawsBackground: (BOOL)flag;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


setFrameOrigin:

- (void) setFrameOrigin: (NSPoint)aPoint;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setFrameRotation:

- (void) setFrameRotation: (float)angle;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setFrameSize:

- (void) setFrameSize: (NSSize)aSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


translateOriginToPoint:

- (void) translateOriginToPoint: (NSPoint)aPoint;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


viewBoundsChanged:

- (void) viewBoundsChanged: (NSNotification*)aNotification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


viewFrameChanged:

- (void) viewFrameChanged: (NSNotification*)aNotification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSClipView(BackendMethods) category

NSClipView(BackendMethods)

Declared in:
AppKit/NSClipView.h
Standards:

Description forthcoming.

Method summary

_translateToPoint:oldPoint:

- (void) _translateToPoint: (NSPoint)point oldPoint: (NSPoint)oldPoint;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up