diff --git a/Documentation/gsdoc/NSView.html b/Documentation/gsdoc/NSView.html index 22bb837d9..7d0869fa1 100644 --- a/Documentation/gsdoc/NSView.html +++ b/Documentation/gsdoc/NSView.html @@ -1,25 +1,27 @@ -NSView + NSView -[Previous] -[Up] -[Next] +[Previous] +[Up] +[Next]

NSView

-

Authors

-
-
Richard Frith-Macdonald +

Authors

+
+
Richard Frith-Macdonald
James Dessart
+
Nicola Pero +
-

Version: 0.2

-

Date: 8 April, 2000

-

NSView

-

NSView

-

Declared in: Gui/NSView.h

-

Inherits from: NSResponder

-

Conforms to: NSCoding +

Version: 0.3

+

Date: 24 November, 2000

+

NSView

+

NSView

+

Declared in: Gui/NSView.h

+

Inherits from: NSResponder

+

Conforms to: NSCoding


@@ -40,179 +42,184 @@ Subclasses can override drawRect: in order to implement their user generated events.

+

Instance Variables

-
-

defaultMenu

-+ (NSMenu*) defaultMenu
+

Methods

+ +

Class Methods

+

defaultMenu

++ (NSMenu*) defaultMenu;

As of yet, unimplemented.

-
-

focusView

-+ (NSView*) focusView
+
+

focusView

++ (NSView*) focusView;

Returns the view which currently has the focus.

-
-

acceptsFirstMouse:

-- (BOOL) acceptsFirstMouse: (NSEvent*)theEvent
+
+

Instances Methods

+

acceptsFirstMouse:

+- (BOOL) acceptsFirstMouse: (NSEvent*)theEvent;

Returns YES if the view object will accept the first click received when in an inactive window, and NO otherwise.

-
-

addCursorRect:cursor:

-- (void) addCursorRect: (NSRect)aRect cursor: (NSCursor*)aCursor
+
+

addCursorRect:cursor:

+- (void) addCursorRect: (NSRect)aRect cursor: (NSCursor*)aCursor;
-
-

addSubview:

-- (void) addSubview: (NSView*)aView
+
+

addSubview:

+- (void) addSubview: (NSView*)aView;

@@ -220,44 +227,44 @@ Returns YES if the view object will accept the first click

-
-

addSubview:positioned:relativeTo:

-- (void) addSubview: (NSView*)aView positioned: (NSWindowOrderingMode)place relativeTo: (NSView*)otherView
+
+

addSubview:positioned:relativeTo:

+- (void) addSubview: (NSView*)aView positioned: (NSWindowOrderingMode)place relativeTo: (NSView*)otherView;
-
-

addToPageSetup

-- (void) addToPageSetup
+
+

addToPageSetup

+- (void) addToPageSetup;
-
-

addTrackingRect:owner:userData:assumeInside:

-- (NSTrackingRectTag) addTrackingRect: (NSRect)aRect owner: (id)anObject userData: (void*)userData assumeInside: (BOOL)flag
+
+

addTrackingRect:owner:userData:assumeInside:

+- (NSTrackingRectTag) addTrackingRect: (NSRect)aRect owner: (id)anObject userData: (void*)userData assumeInside: (BOOL)flag;
-
-

adjustPageHeightNew:top:bottom:

-- (void) adjustPageHeightNew: (float*)newBottom top: (float)top bottom: (float)proposedBottom
+
+

adjustPageHeightNew:top:bottom:

+- (void) adjustPageHeightNew: (float*)newBottom top: (float)top bottom: (float)proposedBottom;
-
-

adjustPageWidthNew:left:right:

-- (void) adjustPageWidthNew: (float*)newRight left: (float)left right: (float)proposedRight
+
+

adjustPageWidthNew:left:right:

+- (void) adjustPageWidthNew: (float*)newRight left: (float)left right: (float)proposedRight;
-
-

adjustScroll:

-- (NSRect) adjustScroll: (NSRect)proposedVisibleRect
+
+

adjustScroll:

+- (NSRect) adjustScroll: (NSRect)proposedVisibleRect;
-
-

allocateGState

-- (void) allocateGState
+
+

allocateGState

+- (void) allocateGState;
-
-

ancestorSharedWithView:

-- (NSView*) ancestorSharedWithView: (NSView*)aView
+
+

ancestorSharedWithView:

+- (NSView*) ancestorSharedWithView: (NSView*)aView;

@@ -268,248 +275,266 @@ Returns YES if the view object will accept the first click

-
-

autoresizesSubviews

-- (BOOL) autoresizesSubviews
+
+

autoresizesSubviews

+- (BOOL) autoresizesSubviews;
-
-

autoresizingMask

-- (unsigned int) autoresizingMask
+
+

autoresizingMask

+- (unsigned int) autoresizingMask;
-
-

autoscroll:

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

autoscroll:

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

beginPage:label:bBox:

-- (void) beginPage: (int)ordinalNum label: (NSString *)aString bBox: (NSRect)pageRect
+
+

beginPage:label:bBox:

+- (void) beginPage: (int)ordinalNum label: (NSString *)aString bBox: (NSRect)pageRect;
-
-

beginPageSetupRect:placement:

-- (void) beginPageSetupRect: (NSRect)aRect placement: (NSPoint)location
+
+

beginPageSetupRect:placement:

+- (void) beginPageSetupRect: (NSRect)aRect placement: (NSPoint)location;
-
-

beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:

-- (void) beginPrologueBBox: (NSRect)boundingBox creationDate: (NSString*)dateCreated createdBy: (NSString *)anApplication fonts: (NSString*)fontNames forWhom: (NSString *)user pages: (int)numPages
+
+

beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:

+- (void) beginPrologueBBox: (NSRect)boundingBox creationDate: (NSString*)dateCreated createdBy: (NSString *)anApplication fonts: (NSString*)fontNames forWhom: (NSString *)user pages: (int)numPages;
-
-

beginSetup

-- (void) beginSetup
+
+

beginSetup

+- (void) beginSetup;
-
-

beginTrailer

-- (void) beginTrailer
+
+

beginTrailer

+- (void) beginTrailer;
-
-

bounds

-- (NSRect) bounds
+
+

bounds

+- (NSRect) bounds;
-
-

boundsRotation

-- (float) boundsRotation
+
+

boundsRotation

+- (float) boundsRotation;
-
-

canDraw

-- (BOOL) canDraw
+
+

canDraw

+- (BOOL) canDraw;
-
-

centerScanRect:

-- (NSRect) centerScanRect: (NSRect)aRect
+
+

centerScanRect:

+- (NSRect) centerScanRect: (NSRect)aRect;
-
-

convertPoint:fromView:

-- (NSPoint) convertPoint: (NSPoint)aPoint fromView: (NSView*)aView
+
+

convertPoint:fromView:

+- (NSPoint) convertPoint: (NSPoint)aPoint fromView: (NSView*)aView;
-
-

convertPoint:

-- (NSPoint) convertPoint: (NSPoint)aPoint
+
+

convertPoint:

+- (NSPoint) convertPoint: (NSPoint)aPoint;
-
-

convertRect:fromView:

-- (NSRect) convertRect: (NSRect)aRect fromView: (NSView*)aView
+
+

convertRect:fromView:

+- (NSRect) convertRect: (NSRect)aRect fromView: (NSView*)aView;
-
-

convertRect:toView:

-- (NSRect) convertRect: (NSRect)aRect toView: (NSView*)aView
+
+

convertRect:toView:

+- (NSRect) convertRect: (NSRect)aRect toView: (NSView*)aView;
-
-

convertSize:fromView:

-- (NSSize) convertSize: (NSSize)aSize fromView: (NSView*)aView
+
+

convertSize:fromView:

+- (NSSize) convertSize: (NSSize)aSize fromView: (NSView*)aView;
-
-

convertSize:toView:

-- (NSSize) convertSize: (NSSize)aSize toView: (NSView*)aView
+
+

convertSize:toView:

+- (NSSize) convertSize: (NSSize)aSize toView: (NSView*)aView;
-
-

dataWithEPSInsideRect:

-- (NSData*) dataWithEPSInsideRect: (NSRect)aRect
+
+

dataWithEPSInsideRect:

+- (NSData*) dataWithEPSInsideRect: (NSRect)aRect;
-
-

discardCursorRects

-- (void) discardCursorRects
+
+

discardCursorRects

+- (void) discardCursorRects;
-
-

display

-- (void) display
+
+

display

+- (void) display;
-
-

displayIfNeeded

-- (void) displayIfNeeded
+
+

displayIfNeeded

+- (void) displayIfNeeded;
-
-

displayIfNeededIgnoringOpacity

-- (void) displayIfNeededIgnoringOpacity
+
+

displayIfNeededIgnoringOpacity

+- (void) displayIfNeededIgnoringOpacity;
-
-

displayIfNeededInRect:

-- (void) displayIfNeededInRect: (NSRect)aRect
+
+

displayIfNeededInRect:

+- (void) displayIfNeededInRect: (NSRect)aRect;
-
-

displayIfNeededInRectIgnoringOpacity:

-- (void) displayIfNeededInRectIgnoringOpacity: (NSRect)aRect
+
+

displayIfNeededInRectIgnoringOpacity:

+- (void) displayIfNeededInRectIgnoringOpacity: (NSRect)aRect;
-
-

displayRect:

-- (void) displayRect: (NSRect)aRect
+
+

displayRect:

+- (void) displayRect: (NSRect)aRect;
-
-

displayRectIgnoringOpacity:

-- (void) displayRectIgnoringOpacity: (NSRect)aRect
+
+

displayRectIgnoringOpacity:

+- (void) displayRectIgnoringOpacity: (NSRect)aRect;
-
-

dragFile:fromRect:slideBack:

-- (BOOL) dragFile: (NSString*)fullPath fromRect: (NSRect)aRect slideBack: (BOOL)slideBack
+
+

dragFile:fromRect:slideBack:

+- (BOOL) dragFile: (NSString*)fullPath fromRect: (NSRect)aRect slideBack: (BOOL)slideBack;
-
-

dragImage:at:offset:event:pasteboard:source:slideBack:

-- (void) dragImage: (NSImage*)anImage at: (NSPoint)imageLoc offset: (NSSize)mouseOffset event: (NSEvent *)theEvent pasteboard: (NSPasteboard*)pboard source: (id)sourceObject slideBack: (BOOL)slideBack
+
+

dragImage:at:offset:event:pasteboard:source:slideBack:

+- (void) dragImage: (NSImage*)anImage at: (NSPoint)imageLoc offset: (NSSize)mouseOffset event: (NSEvent *)theEvent pasteboard: (NSPasteboard*)pboard source: (id)sourceObject slideBack: (BOOL)slideBack;
-
-

drawPageBorderWithSize:

-- (void) drawPageBorderWithSize: (NSSize)borderSize
+
+

drawPageBorderWithSize:

+- (void) drawPageBorderWithSize: (NSSize)borderSize;
-
-

drawRect:

-- (void) drawRect: (NSRect)aRect
+
+

drawRect:

+- (void) drawRect: (NSRect)aRect;
+ + This method is invoked to handle drawing inside the view. + The default NSView's implementation does nothing; + subclasses might override it to draw something inside the + view. Since NSView's implementation is guaranteed to be + empty, you should not call super's implementation when you + override it in subclasses. drawRect: is invoked when the + focus has already been locked on the view; you can use + arbitrary postscript functions in drawRect: to draw inside + your view; the coordinate system in which you draw is the + view's own coordinate system (this means for example that + you should refer to the rectangle covered by the view + using its bounds, and not its frame). The argument of + drawRect: is the rectangle which needs to be redrawn. In + a lossy implementation, you can ignore the argument and + redraw the whole view; if you are aiming at performance, + you may want to redraw only what is inside the rectangle + which needs to be redrawn; this usually improves drawing + performance considerably. + +
+

drawSheetBorderWithSize:

+- (void) drawSheetBorderWithSize: (NSSize)borderSize;
-
-

drawSheetBorderWithSize:

-- (void) drawSheetBorderWithSize: (NSSize)borderSize
+
+

enclosingScrollView

+- (NSScrollView*) enclosingScrollView;
-
-

enclosingScrollView

-- (NSScrollView*) enclosingScrollView
+
+

endHeaderComments

+- (void) endHeaderComments;
-
-

endHeaderComments

-- (void) endHeaderComments
+
+

endPage

+- (void) endPage;
-
-

endPage

-- (void) endPage
+
+

endPageSetup

+- (void) endPageSetup;
-
-

endPageSetup

-- (void) endPageSetup
+
+

endPrologue

+- (void) endPrologue;
-
-

endPrologue

-- (void) endPrologue
+
+

endSetup

+- (void) endSetup;
-
-

endSetup

-- (void) endSetup
+
+

endTrailer

+- (void) endTrailer;
-
-

endTrailer

-- (void) endTrailer
+
+

fax:

+- (void) fax: (id)sender;
-
-

fax:

-- (void) fax: (id)sender
+
+

frame

+- (NSRect) frame;
-
-

frame

-- (NSRect) frame
+
+

frameRotation

+- (float) frameRotation;
-
-

frameRotation

-- (float) frameRotation
+
+

gState

+- (int) gState;
-
-

gState

-- (int) gState
+
+

heightAdjustLimit

+- (float) heightAdjustLimit;
-
-

heightAdjustLimit

-- (float) heightAdjustLimit
- - -
-

hitTest:

-- (NSView*) hitTest: (NSPoint)aPoint
+
+

hitTest:

+- (NSView*) hitTest: (NSPoint)aPoint;

Returns the subview, lowest in the receiver's hierarchy, which contains aPoint

-
-

initWithFrame:

-- (id) initWithFrame: (NSRect)frameRect
+
+

initWithFrame:

+- (id) initWithFrame: (NSRect)frameRect;
-
-

interfaceStyle

-- (NSInterfaceStyle) interfaceStyle
+
+

interfaceStyle

+- (NSInterfaceStyle) interfaceStyle;
-
-

isDescendantOf:

-- (BOOL) isDescendantOf: (NSView*)aView
+
+

isDescendantOf:

+- (BOOL) isDescendantOf: (NSView*)aView;

@@ -517,150 +542,150 @@ Returns the subview, lowest in the receiver's hierarchy, which contains

-
-

isFlipped

-- (BOOL) isFlipped
+
+

isFlipped

+- (BOOL) isFlipped;
-
-

isOpaque

-- (BOOL) isOpaque
+
+

isOpaque

+- (BOOL) isOpaque;
-
-

isRotatedFromBase

-- (BOOL) isRotatedFromBase
+
+

isRotatedFromBase

+- (BOOL) isRotatedFromBase;
-
-

isRotatedOrScaledFromBase

-- (BOOL) isRotatedOrScaledFromBase
+
+

isRotatedOrScaledFromBase

+- (BOOL) isRotatedOrScaledFromBase;
-
-

knowsPageRange:

-- (BOOL) knowsPageRange: (NSRangePointer)range
+
+

knowsPageRange:

+- (BOOL) knowsPageRange: (NSRangePointer)range;
-
-

knowsPagesFirst:

-- (BOOL) knowsPagesFirst: (int*)firstPageNum
+
+

knowsPagesFirst:

+- (BOOL) knowsPagesFirst: (int*)firstPageNum;
-
-

locationOfPrintRect:

-- (NSPoint) locationOfPrintRect: (NSRect)aRect
+
+

locationOfPrintRect:

+- (NSPoint) locationOfPrintRect: (NSRect)aRect;
-
-

lockFocus

-- (void) lockFocus
+
+

lockFocus

+- (void) lockFocus;
-
-

menuForEvent:

-- (NSMenu*) menuForEvent: (NSEvent*)theEvent
+
+

menuForEvent:

+- (NSMenu*) menuForEvent: (NSEvent*)theEvent;

As of yet, unimplemented.

-
-

mouse:inRect:

-- (BOOL) mouse: (NSPoint)aPoint inRect: (NSRect)aRect
+
+

mouse:inRect:

+- (BOOL) mouse: (NSPoint)aPoint inRect: (NSRect)aRect;

Returns whether or not aPoint lies within aRect.

-
-

needsDisplay

-- (BOOL) needsDisplay
+
+

needsDisplay

+- (BOOL) needsDisplay;
-
-

needsPanelToBecomeKey

-- (BOOL) needsPanelToBecomeKey
+
+

needsPanelToBecomeKey

+- (BOOL) needsPanelToBecomeKey;
-
-

nextKeyView

-- (NSView*) nextKeyView
+
+

nextKeyView

+- (NSView*) nextKeyView;
-
-

nextValidKeyView

-- (NSView*) nextValidKeyView
+
+

nextValidKeyView

+- (NSView*) nextValidKeyView;
-
-

opaqueAncestor

-- (NSView*) opaqueAncestor
+
+

opaqueAncestor

+- (NSView*) opaqueAncestor;
-
-

performKeyEquivalent:

-- (BOOL) performKeyEquivalent: (NSEvent*)theEvent
+
+

performKeyEquivalent:

+- (BOOL) performKeyEquivalent: (NSEvent*)theEvent;
-
-

performMnemonic:

-- (BOOL) performMnemonic: (NSString*)aString
+
+

performMnemonic:

+- (BOOL) performMnemonic: (NSString*)aString;
-
-

postsBoundsChangedNotifications

-- (BOOL) postsBoundsChangedNotifications
+
+

postsBoundsChangedNotifications

+- (BOOL) postsBoundsChangedNotifications;
-
-

postsFrameChangedNotifications

-- (BOOL) postsFrameChangedNotifications
+
+

postsFrameChangedNotifications

+- (BOOL) postsFrameChangedNotifications;
-
-

previousKeyView

-- (NSView*) previousKeyView
+
+

previousKeyView

+- (NSView*) previousKeyView;
-
-

previousValidKeyView

-- (NSView*) previousValidKeyView
+
+

previousValidKeyView

+- (NSView*) previousValidKeyView;
-
-

print:

-- (void) print: (id)sender
+
+

print:

+- (void) print: (id)sender;
-
-

rectForPage:

-- (NSRect) rectForPage: (int)pageNumber
+
+

rectForPage:

+- (NSRect) rectForPage: (int)pageNumber;
-
-

reflectScrolledClipView:

-- (void) reflectScrolledClipView: (NSClipView*)aClipView
+
+

reflectScrolledClipView:

+- (void) reflectScrolledClipView: (NSClipView*)aClipView;
-
-

registerForDraggedTypes:

-- (void) registerForDraggedTypes: (NSArray*)pboardTypes
+
+

registerForDraggedTypes:

+- (void) registerForDraggedTypes: (NSArray*)pboardTypes;
-
-

releaseGState

-- (void) releaseGState
+
+

releaseGState

+- (void) releaseGState;
-
-

removeCursorRect:cursor:

-- (void) removeCursorRect: (NSRect)aRect cursor: (NSCursor*)aCursor
+
+

removeCursorRect:cursor:

+- (void) removeCursorRect: (NSRect)aRect cursor: (NSCursor*)aCursor;
-
-

removeFromSuperview

-- (void) removeFromSuperview
+
+

removeFromSuperview

+- (void) removeFromSuperview;

@@ -677,9 +702,9 @@ Returns whether or not aPoint lies within aRect.

-
-

removeFromSuperviewWithoutNeedingDisplay

-- (void) removeFromSuperviewWithoutNeedingDisplay
+
+

removeFromSuperviewWithoutNeedingDisplay

+- (void) removeFromSuperviewWithoutNeedingDisplay;

@@ -688,10 +713,10 @@ Returns whether or not aPoint lies within aRect.

-
-

removeSubview:

-- (void) removeSubview: (NSView*)aView
-Standards: NotMacOS-X NotOpenStep
+
+

removeSubview:

+- (void) removeSubview: (NSView*)aView;
+Standards: NotMacOS-X NotOpenStep

@@ -707,19 +732,19 @@ Standards: NotMacOS-X NotOpenStep

-
-

removeTrackingRect:

-- (void) removeTrackingRect: (NSTrackingRectTag)aTag
+
+

removeTrackingRect:

+- (void) removeTrackingRect: (NSTrackingRectTag)aTag;
-
-

renewGState

-- (void) renewGState
+
+

renewGState

+- (void) renewGState;
-
-

replaceSubview:with:

-- (void) replaceSubview: (NSView*)oldView with: (NSView*)newView
+
+

replaceSubview:with:

+- (void) replaceSubview: (NSView*)oldView with: (NSView*)newView;

@@ -727,226 +752,226 @@ Standards: NotMacOS-X NotOpenStep

-
-

resetCursorRects

-- (void) resetCursorRects
+
+

resetCursorRects

+- (void) resetCursorRects;
-
-

resizeSubviewsWithOldSize:

-- (void) resizeSubviewsWithOldSize: (NSSize)oldFrameSize
+
+

resizeSubviewsWithOldSize:

+- (void) resizeSubviewsWithOldSize: (NSSize)oldFrameSize;
-
-

resizeWithOldSuperviewSize:

-- (void) resizeWithOldSuperviewSize: (NSSize)oldFrameSize
+
+

resizeWithOldSuperviewSize:

+- (void) resizeWithOldSuperviewSize: (NSSize)oldFrameSize;
-
-

rotateByAngle:

-- (void) rotateByAngle: (float)angle
+
+

rotateByAngle:

+- (void) rotateByAngle: (float)angle;
-
-

scaleUnitSquareToSize:

-- (void) scaleUnitSquareToSize: (NSSize)newUnitSize
+
+

scaleUnitSquareToSize:

+- (void) scaleUnitSquareToSize: (NSSize)newUnitSize;
-
-

scrollClipView:

-- (void) scrollClipView: (NSClipView*)aClipView
+
+

scrollClipView:

+- (void) scrollClipView: (NSClipView*)aClipView;
-
-

scrollPoint:

-- (void) scrollPoint: (NSPoint)aPoint
+
+

scrollPoint:

+- (void) scrollPoint: (NSPoint)aPoint;
-
-

scrollRect:

-- (void) scrollRect: (NSRect)aRect
+
+

scrollRect:

+- (void) scrollRect: (NSRect)aRect;
-
-

scrollRectToVisible:

-- (BOOL) scrollRectToVisible: (NSRect)aRect
+
+

scrollRectToVisible:

+- (BOOL) scrollRectToVisible: (NSRect)aRect;
-
-

setAutoresizesSubviews:

-- (void) setAutoresizesSubviews: (BOOL)flag
+
+

setAutoresizesSubviews:

+- (void) setAutoresizesSubviews: (BOOL)flag;
-
-

setAutoresizingMask:

-- (void) setAutoresizingMask: (unsigned int)mask
+
+

setAutoresizingMask:

+- (void) setAutoresizingMask: (unsigned int)mask;
-
-

setBounds:

-- (void) setBounds: (NSRect)boundsRect
+
+

setBounds:

+- (void) setBounds: (NSRect)boundsRect;
-
-

setBoundsOrigin:

-- (void) setBoundsOrigin: (NSPoint)newOrigin
+
+

setBoundsOrigin:

+- (void) setBoundsOrigin: (NSPoint)newOrigin;
-
-

setBoundsRotation:

-- (void) setBoundsRotation: (float)angle
+
+

setBoundsRotation:

+- (void) setBoundsRotation: (float)angle;
-
-

setBoundsSize:

-- (void) setBoundsSize: (NSSize)newSize
+
+

setBoundsSize:

+- (void) setBoundsSize: (NSSize)newSize;
-
-

setFrame:

-- (void) setFrame: (NSRect)frameRect
+
+

setFrame:

+- (void) setFrame: (NSRect)frameRect;
-
-

setFrameOrigin:

-- (void) setFrameOrigin: (NSPoint)newOrigin
+
+

setFrameOrigin:

+- (void) setFrameOrigin: (NSPoint)newOrigin;
-
-

setFrameRotation:

-- (void) setFrameRotation: (float)angle
+
+

setFrameRotation:

+- (void) setFrameRotation: (float)angle;
-
-

setFrameSize:

-- (void) setFrameSize: (NSSize)newSize
+
+

setFrameSize:

+- (void) setFrameSize: (NSSize)newSize;
-
-

setInterfaceStyle:

-- (void) setInterfaceStyle: (NSInterfaceStyle)interfaceStyle
+
+

setInterfaceStyle:

+- (void) setInterfaceStyle: (NSInterfaceStyle)interfaceStyle;
-
-

setNeedsDisplay:

-- (void) setNeedsDisplay: (BOOL)flag
+
+

setNeedsDisplay:

+- (void) setNeedsDisplay: (BOOL)flag;
-
-

setNeedsDisplayInRect:

-- (void) setNeedsDisplayInRect: (NSRect)invalidRect
+
+

setNeedsDisplayInRect:

+- (void) setNeedsDisplayInRect: (NSRect)invalidRect;
-
-

setNextKeyView:

-- (void) setNextKeyView: (NSView*)aView
+
+

setNextKeyView:

+- (void) setNextKeyView: (NSView*)aView;
-
-

setPostsBoundsChangedNotifications:

-- (void) setPostsBoundsChangedNotifications: (BOOL)flag
+
+

setPostsBoundsChangedNotifications:

+- (void) setPostsBoundsChangedNotifications: (BOOL)flag;
-
-

setPostsFrameChangedNotifications:

-- (void) setPostsFrameChangedNotifications: (BOOL)flag
+
+

setPostsFrameChangedNotifications:

+- (void) setPostsFrameChangedNotifications: (BOOL)flag;
-
-

setToolTip:

-- (void) setToolTip: (NSString*)string
+
+

setToolTip:

+- (void) setToolTip: (NSString*)string;
-
-

setUpGState

-- (void) setUpGState
+
+

setUpGState

+- (void) setUpGState;
-
-

shouldDelayWindowOrderingForEvent:

-- (BOOL) shouldDelayWindowOrderingForEvent: (NSEvent*)theEvent
+
+

shouldDelayWindowOrderingForEvent:

+- (BOOL) shouldDelayWindowOrderingForEvent: (NSEvent*)theEvent;
-
-

shouldDrawColor

-- (BOOL) shouldDrawColor
+
+

shouldDrawColor

+- (BOOL) shouldDrawColor;
-
-

sortSubviewsUsingFunction:context:

-- (void) sortSubviewsUsingFunction: (int (*)(id,id,void*))compare context: (void*)context
+
+

sortSubviewsUsingFunction:context:

+- (void) sortSubviewsUsingFunction: (int (*)(id,id,void*))compare context: (void*)context;
-
-

subviews

-- (NSArray*) subviews
+
+

subviews

+- (NSArray*) subviews;
-
-

superview

-- (NSView*) superview
+
+

superview

+- (NSView*) superview;
-
-

tag

-- (int) tag
+
+

tag

+- (int) tag;
-
-

toolTip

-- (NSString*) toolTip
+
+

toolTip

+- (NSString*) toolTip;
-
-

translateOriginToPoint:

-- (void) translateOriginToPoint: (NSPoint)newOrigin
+
+

translateOriginToPoint:

+- (void) translateOriginToPoint: (NSPoint)newOrigin;
-
-

unlockFocus

-- (void) unlockFocus
+
+

unlockFocus

+- (void) unlockFocus;
-
-

unregisterDraggedTypes

-- (void) unregisterDraggedTypes
+
+

unregisterDraggedTypes

+- (void) unregisterDraggedTypes;
-
-

viewWillMoveToSuperview:

-- (void) viewWillMoveToSuperview: (NSView*)newSuperview
+
+

viewWillMoveToSuperview:

+- (void) viewWillMoveToSuperview: (NSView*)newSuperview;

Notifies the receiver that its superview is being changed to newSuperview.

-
-

viewWillMoveToWindow:

-- (void) viewWillMoveToWindow: (NSWindow*)newWindow
+
+

viewWillMoveToWindow:

+- (void) viewWillMoveToWindow: (NSWindow*)newWindow;

Notifies the receiver that it will now be a view of newWindow.

-
-

viewWithTag:

-- (id) viewWithTag: (int)aTag
+
+

viewWithTag:

+- (id) viewWithTag: (int)aTag;
-
-

visibleRect

-- (NSRect) visibleRect
+
+

visibleRect

+- (NSRect) visibleRect;
-
-

widthAdjustLimit

-- (float) widthAdjustLimit
+
+

widthAdjustLimit

+- (float) widthAdjustLimit;
-
-

window

-- (NSWindow*) window
+
+

window

+- (NSWindow*) window;

@@ -954,12 +979,12 @@ Notifies the receiver that it will now be a view of newWindow.

-
-

writeEPSInsideRect:toPasteboard:

-- (void) writeEPSInsideRect: (NSRect)aRect toPasteboard: (NSPasteboard*)pboard
+
+

writeEPSInsideRect:toPasteboard:

+- (void) writeEPSInsideRect: (NSRect)aRect toPasteboard: (NSPasteboard*)pboard;
-
+
- +