NSView 0.1 28 February, 2000 NSView AppKit/NSView.h NSCoding defaultMenu focusView acceptsFirstMouse: theEvent addCursorRect: aRect cursor: aCursor addSubview: aView addSubview: aView positioned: place relativeTo: otherView addToPageSetup addTrackingRect: aRect owner: anObject userData: userData assumeInside: flag adjustPageHeightNew: newBottom top: top bottom: proposedBottom adjustPageWidthNew: newRight left: left right: proposedRight adjustScroll: proposedVisibleRect allocateGState ancestorSharedWithView: aView autoresizesSubviews autoresizingMask autoscroll: theEvent beginPage: ordinalNum label: aString bBox: pageRect beginPageSetupRect: aRect placement: location beginPrologueBBox: boundingBox creationDate: dateCreated createdBy: anApplication fonts: fontNames forWhom: user pages: numPages beginSetup beginTrailer bounds boundsRotation canDraw centerScanRect: aRect convertPoint: aPoint fromView: aView convertPoint: aPoint convertRect: aRect fromView: aView convertRect: aRect toView: aView convertSize: aSize fromView: aView convertSize: aSize toView: aView dataWithEPSInsideRect: aRect discardCursorRects display displayIfNeeded displayIfNeededIgnoringOpacity displayIfNeededInRect: aRect displayIfNeededInRectIgnoringOpacity: aRect displayRect: aRect displayRectIgnoringOpacity: aRect dragFile: fullPath fromRect: aRect slideBack: slideBack dragImage: anImage at: imageLoc offset: mouseOffset event: theEvent pasteboard: pboard source: sourceObject slideBack: slideBack drawPageBorderWithSize: borderSize drawRect: aRect drawSheetBorderWithSize: borderSize enclosingScrollView endHeaderComments endPage endPageSetup endPrologue endSetup endTrailer fax: sender frame frameRotation gState heightAdjustLimit hitTest: aPoint initWithFrame: frameRect interfaceStyle isDescendantOf: aView isFlipped isOpaque isRotatedFromBase isRotatedOrScaledFromBase knowsPageRange: range knowsPagesFirst: firstPageNum locationOfPrintRect: aRect lockFocus menuForEvent: theEvent mouse: aPoint needsDisplay needsPanelToBecomeKey nextKeyView nextValidKeyView opaqueAncestor performKeyEquivalent: theEvent performMnemonic: aString postsBoundsChangedNotifications postsFrameChangedNotifications previousKeyView previousValidKeyView print: sender rectForPage: pageNumber reflectScrolledClipView: aClipView registerForDraggedTypes: pboardTypes releaseGState removeCursorRect: aRect cursor: aCursor removeFromSuperview

Removes the receiver from its superviews list of subviews, by invoking the superviews [-removeSubview:] method, and marks the rectangle that the reciever occupied in the superview as needing redisplay.

This is dangerous to use during display, since it alters the rectangles needing display.

removeFromSuperviewWithoutNeedingDisplay

Removes the receiver from its superviews list of subviews, by invoking the superviews [-removeSubview:] method.

removeSubview: aView

Removes the view from the receivers list of subviews and from the responder chain.

Also invokes [aView -viewWillMoveToWindow: nil] to handle removal of aView (and recursively, its children) from its window - performing tidyup by invalidating cursor rects etc.

removeTrackingRect: aTag renewGState replaceSubview: oldView resetCursorRects resizeSubviewsWithOldSize: oldFrameSize resizeWithOldSuperviewSize: oldFrameSize rotateByAngle: angle scaleUnitSquareToSize: newUnitSize scrollClipView: aClipView scrollPoint: aPoint scrollRect: aRect scrollRectToVisible: aRect setAutoresizesSubviews: flag setAutoresizingMask: mask setBounds: boundsRect setBoundsOrigin: newOrigin setBoundsRotation: angle setBoundsSize: newSize setFrame: frameRect setFrameOrigin: newOrigin setFrameRotation: angle setFrameSize: newSize setInterfaceStyle: interfaceStyle setNeedsDisplay: flag setNeedsDisplayInRect: invalidRect setNextKeyView: aView setPostsBoundsChangedNotifications: flag setPostsFrameChangedNotifications: flag setToolTip: string setUpGState shouldDelayWindowOrderingForEvent: theEvent shouldDrawColor sortSubviewsUsingFunction: compare context: context subviews superview tag toolTip translateOriginToPoint: newOrigin unlockFocus unregisterDraggedTypes viewWillMoveToSuperview: newSuperview viewWillMoveToWindow: newWindow viewWithTag: aTag visibleRect widthAdjustLimit window writeEPSInsideRect: aRect toPasteboard: pboard