![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSView</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSView">NSView</a></h1> <h3>Authors</h3> <dl> <dt>Scott Christley (<a href="mailto:scottc@net-community.com"><code>scottc@net-community.com</code></a>)</dt> <dd> </dd> <dt>Felipe A. Rodriguez (<a href="mailto:far@ix.netcom.com"><code>far@ix.netcom.com</code></a>)</dt> <dd> </dd> <dt>Ovidiu Predescu (<a href="mailto:ovidiu@net-community.com"><code>ovidiu@net-community.com</code></a>)</dt> <dd> </dd> <dt>Richard Frith-Macdonald (<a href="mailto:richard@brainstorm.co.uk"><code>richard@brainstorm.co.uk</code></a>)</dt> <dd> </dd> </dl> <blockquote> The view class which encapsulates all drawing functionality </blockquote> <p><b>Copyright:</b> (C) (C) 1996-2015 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">NSView</a> </li> <li> <a href="#002000000000">Software documentation for the NSView(PrivateMethods) category</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000">NSView</a></h1> <p> NSView is an abstract class which provides facilities for drawing in a window and receiving events. It is the superclass of many of the visual elements of the GUI. </p> <p> In order to display itself, a view must be placed in a window (represented by an NSWindow object). Within the window is a hierarchy of NSViews, headed by the window's content view. Every other view in a window is a descendant of this view. </p> <p> Subclasses can override <a rel="gsdoc" href="#method$NSView-drawRect$"> -drawRect: </a> in order to implement their appearance. Other methods of NSView and NSResponder can also be overridden to handle user generated events. </p> <h2><a name="class$NSView">NSView</a> : <a rel="gsdoc" href="NSResponder.html#class$NSResponder">NSResponder</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSView.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSView_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_ignoresBacking">-_ignoresBacking</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_invalidateCoordinates">-_invalidateCoordinates</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_matrixFromWindow">-_matrixFromWindow</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_matrixToWindow">-_matrixToWindow</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_rebuildCoordinates">-_rebuildCoordinates</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_setIgnoresBacking$">-_setIgnoresBacking:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView+defaultFocusRingType">+defaultFocusRingType</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView+defaultMenu">+defaultMenu</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView+focusView">+focusView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-acceptsFirstMouse$">-acceptsFirstMouse:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-addCursorRect$cursor$">-addCursorRect:cursor:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-addSubview$">-addSubview:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-addSubview$positioned$relativeTo$">-addSubview:positioned:relativeTo:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-addToPageSetup">-addToPageSetup</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-addToolTipRect$owner$userData$">-addToolTipRect:owner:userData:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-addTrackingRect$owner$userData$assumeInside$">-addTrackingRect:owner:userData:assumeInside:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-adjustPageHeightNew$top$bottom$limit$">-adjustPageHeightNew:top:bottom:limit:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-adjustPageWidthNew$left$right$limit$">-adjustPageWidthNew:left:right:limit:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-adjustScroll$">-adjustScroll:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-allocateGState">-allocateGState</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-alphaValue">-alphaValue</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-ancestorSharedWithView$">-ancestorSharedWithView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-autoresizesSubviews">-autoresizesSubviews</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-autoresizingMask">-autoresizingMask</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-autoscroll$">-autoscroll:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginDocument">-beginDocument</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginPage$label$bBox$fonts$">-beginPage:label:bBox:fonts:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginPageInRect$atPlacement$">-beginPageInRect:atPlacement:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginPageSetupRect$placement$">-beginPageSetupRect:placement:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginPrologueBBox$creationDate$createdBy$fonts$forWhom$pages$title$">-beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginSetup">-beginSetup</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-beginTrailer">-beginTrailer</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-bitmapImageRepForCachingDisplayInRect$">-bitmapImageRepForCachingDisplayInRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-bounds">-bounds</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-boundsRotation">-boundsRotation</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-cacheDisplayInRect$toBitmapImageRep$">-cacheDisplayInRect:toBitmapImageRep:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-canBecomeKeyView">-canBecomeKeyView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-canDraw">-canDraw</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-centerScanRect$">-centerScanRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertPoint$fromView$">-convertPoint:fromView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertPoint$toView$">-convertPoint:toView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertPointFromBase$">-convertPointFromBase:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertPointToBase$">-convertPointToBase:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertRect$fromView$">-convertRect:fromView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertRect$toView$">-convertRect:toView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertRectFromBase$">-convertRectFromBase:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertRectToBase$">-convertRectToBase:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertSize$fromView$">-convertSize:fromView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertSize$toView$">-convertSize:toView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertSizeFromBase$">-convertSizeFromBase:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-convertSizeToBase$">-convertSizeToBase:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-dataWithEPSInsideRect$">-dataWithEPSInsideRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-dataWithPDFInsideRect$">-dataWithPDFInsideRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-didAddSubview$">-didAddSubview:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-discardCursorRects">-discardCursorRects</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-display">-display</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayIfNeeded">-displayIfNeeded</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayIfNeededIgnoringOpacity">-displayIfNeededIgnoringOpacity</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayIfNeededInRect$">-displayIfNeededInRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayIfNeededInRectIgnoringOpacity$">-displayIfNeededInRectIgnoringOpacity:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayRect$">-displayRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayRectIgnoringOpacity$">-displayRectIgnoringOpacity:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-displayRectIgnoringOpacity$inContext$">-displayRectIgnoringOpacity:inContext:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-dragFile$fromRect$slideBack$event$">-dragFile:fromRect:slideBack:event:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-dragImage$at$offset$event$pasteboard$source$slideBack$">-dragImage:at:offset:event:pasteboard:source:slideBack:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-dragPromisedFilesOfTypes$fromRect$source$slideBack$event$">-dragPromisedFilesOfTypes:fromRect:source:slideBack:event:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-drawPageBorderWithSize$">-drawPageBorderWithSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-drawRect$">-drawRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-drawSheetBorderWithSize$">-drawSheetBorderWithSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-enclosingScrollView">-enclosingScrollView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endDocument">-endDocument</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endHeaderComments">-endHeaderComments</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endPage">-endPage</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endPageSetup">-endPageSetup</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endPrologue">-endPrologue</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endSetup">-endSetup</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-endTrailer">-endTrailer</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-fax$">-fax:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-focusRingType">-focusRingType</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-frame">-frame</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-frameCenterRotation">-frameCenterRotation</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-frameRotation">-frameRotation</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-gState">-gState</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-getRectsBeingDrawn$count$">-getRectsBeingDrawn:count:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-getRectsExposedDuringLiveResize$count$">-getRectsExposedDuringLiveResize:count:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-heightAdjustLimit">-heightAdjustLimit</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-hitTest$">-hitTest:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-inLiveResize">-inLiveResize</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-initWithFrame$">-initWithFrame:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isDescendantOf$">-isDescendantOf:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isFlipped">-isFlipped</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isHidden">-isHidden</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isHiddenOrHasHiddenAncestor">-isHiddenOrHasHiddenAncestor</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isOpaque">-isOpaque</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isRotatedFromBase">-isRotatedFromBase</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-isRotatedOrScaledFromBase">-isRotatedOrScaledFromBase</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-knowsPageRange$">-knowsPageRange:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-knowsPagesFirst$last$">-knowsPagesFirst:last:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-layerContentsPlacement">-layerContentsPlacement</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-layerContentsRedrawPolicy">-layerContentsRedrawPolicy</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-locationOfPrintRect$">-locationOfPrintRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-lockFocus">-lockFocus</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-lockFocusIfCanDraw">-lockFocusIfCanDraw</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-lockFocusIfCanDrawInContext$">-lockFocusIfCanDrawInContext:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-lockFocusInRect$">-lockFocusInRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-menuForEvent$">-menuForEvent:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-mouse$inRect$">-mouse:inRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-mouseDownCanMoveWindow">-mouseDownCanMoveWindow</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-needsDisplay">-needsDisplay</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-needsPanelToBecomeKey">-needsPanelToBecomeKey</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-needsToDrawRect$">-needsToDrawRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-nextKeyView">-nextKeyView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-nextValidKeyView">-nextValidKeyView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-opaqueAncestor">-opaqueAncestor</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-pageFooter">-pageFooter</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-pageHeader">-pageHeader</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-performKeyEquivalent$">-performKeyEquivalent:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-performMnemonic$">-performMnemonic:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-postsBoundsChangedNotifications">-postsBoundsChangedNotifications</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-postsFrameChangedNotifications">-postsFrameChangedNotifications</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-preservesContentDuringLiveResize">-preservesContentDuringLiveResize</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-previousKeyView">-previousKeyView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-previousValidKeyView">-previousValidKeyView</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-print$">-print:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-printJobTitle">-printJobTitle</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-rectForPage$">-rectForPage:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-rectPreservedDuringLiveResize">-rectPreservedDuringLiveResize</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-reflectScrolledClipView$">-reflectScrolledClipView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-registerForDraggedTypes$">-registerForDraggedTypes:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-registeredDraggedTypes">-registeredDraggedTypes</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-releaseGState">-releaseGState</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeAllToolTips">-removeAllToolTips</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeCursorRect$cursor$">-removeCursorRect:cursor:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeFromSuperview">-removeFromSuperview</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeFromSuperviewWithoutNeedingDisplay">-removeFromSuperviewWithoutNeedingDisplay</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeSubview$">-removeSubview:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeToolTip$">-removeToolTip:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-removeTrackingRect$">-removeTrackingRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-renewGState">-renewGState</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-replaceSubview$with$">-replaceSubview:with:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-resetCursorRects">-resetCursorRects</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-resizeSubviewsWithOldSize$">-resizeSubviewsWithOldSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-resizeWithOldSuperviewSize$">-resizeWithOldSuperviewSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-rotateByAngle$">-rotateByAngle:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-scaleUnitSquareToSize$">-scaleUnitSquareToSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-scrollClipView$toPoint$">-scrollClipView:toPoint:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-scrollPoint$">-scrollPoint:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-scrollRect$by$">-scrollRect:by:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-scrollRectToVisible$">-scrollRectToVisible:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setAlphaValue$">-setAlphaValue:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setAutoresizesSubviews$">-setAutoresizesSubviews:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setAutoresizingMask$">-setAutoresizingMask:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setBounds$">-setBounds:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setBoundsOrigin$">-setBoundsOrigin:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setBoundsRotation$">-setBoundsRotation:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setBoundsSize$">-setBoundsSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setFocusRingType$">-setFocusRingType:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setFrame$">-setFrame:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setFrameCenterRotation$">-setFrameCenterRotation:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setFrameOrigin$">-setFrameOrigin:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setFrameRotation$">-setFrameRotation:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setFrameSize$">-setFrameSize:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setHidden$">-setHidden:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setKeyboardFocusRingNeedsDisplayInRect$">-setKeyboardFocusRingNeedsDisplayInRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setLayerContentsPlacement$">-setLayerContentsPlacement:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setLayerContentsRedrawPolicy$">-setLayerContentsRedrawPolicy:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setNeedsDisplay$">-setNeedsDisplay:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setNeedsDisplayInRect$">-setNeedsDisplayInRect:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setNextKeyView$">-setNextKeyView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setPostsBoundsChangedNotifications$">-setPostsBoundsChangedNotifications:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setPostsFrameChangedNotifications$">-setPostsFrameChangedNotifications:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setPreviousKeyView$">-setPreviousKeyView:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setSubviews$">-setSubviews:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setToolTip$">-setToolTip:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setUpGState">-setUpGState</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-setUserInterfaceLayoutDirection$">-setUserInterfaceLayoutDirection:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-shouldDelayWindowOrderingForEvent$">-shouldDelayWindowOrderingForEvent:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-shouldDrawColor">-shouldDrawColor</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-sortSubviewsUsingFunction$context$">-sortSubviewsUsingFunction:context:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-subviews">-subviews</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-superview">-superview</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-tag">-tag</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-toolTip">-toolTip</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-translateOriginToPoint$">-translateOriginToPoint:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-unlockFocus">-unlockFocus</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-unregisterDraggedTypes">-unregisterDraggedTypes</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-userInterfaceLayoutDirection">-userInterfaceLayoutDirection</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewDidEndLiveResize">-viewDidEndLiveResize</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewDidMoveToSuperview">-viewDidMoveToSuperview</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewDidMoveToWindow">-viewDidMoveToWindow</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewWillMoveToSuperview$">-viewWillMoveToSuperview:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewWillMoveToWindow$">-viewWillMoveToWindow:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewWillStartLiveResize">-viewWillStartLiveResize</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-viewWithTag$">-viewWithTag:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-visibleRect">-visibleRect</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-wantsDefaultClipping">-wantsDefaultClipping</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-widthAdjustLimit">-widthAdjustLimit</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-willRemoveSubview$">-willRemoveSubview:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-window">-window</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-writeEPSInsideRect$toPasteboard$">-writeEPSInsideRect:toPasteboard:</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView-writePDFInsideRect$toPasteboard$">-writePDFInsideRect:toPasteboard:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSView+defaultFocusRingType">defaultFocusRingType </a></h3> + (<a rel="gsdoc" href="TypesAndConstants.html#type$NSFocusRingType">NSFocusRingType</a>) <b>defaultFocusRingType</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView+defaultMenu">defaultMenu </a></h3> + (<a rel="gsdoc" href="NSMenu.html#class$NSMenu">NSMenu</a>*) <b>defaultMenu</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> </p> <p> Returns the default menu to be used for instances of the current class; if no menu has been set through setMenu: this default menu will be used. </p> <p> </p> <p> NSView's implementation returns <code>nil</code> . You should override this method if you want all instances of your custom view to use the same menu. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView+focusView">focusView </a></h3> + (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>focusView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the view at the top of graphics contexts stack or <code>nil</code> if none is focused. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-acceptsFirstMouse$">acceptsFirstMouse: </a></h3> - (BOOL) <b>acceptsFirstMouse:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns <code>YES</code> if the view object will accept the first click received when in an inactive window, and <code>NO</code> otherwise. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-addCursorRect$cursor$">addCursorRect: cursor: </a></h3> - (void) <b>addCursorRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> cursor:</b> (<a rel="gsdoc" href="NSCursor.html#class$NSCursor">NSCursor</a>*)anObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Adds a cursor rectangle. This provides for automatic update of the cursor to be <var>anObject</var> while the mouse is in <var>aRect</var>. <br /> The cursor ( <var>anObject</var>) is retained until the cursor rectangle is removed or discarded. <br /> Generally your subviews should call this in their implementation of the <a rel="gsdoc" href="#method$NSView-resetCursorRects"> -resetCursorRects </a> method. <br /> It is your responsibility to ensure that <var>aRect</var> lies within your veiw's visible rectangle. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-addSubview$">addSubview: </a></h3> - (void) <b>addSubview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Adds <var>aView</var> as a subview of the receiver. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-addSubview$positioned$relativeTo$">addSubview: positioned: relativeTo: </a></h3> - (void) <b>addSubview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView<b> positioned:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSWindowOrderingMode">NSWindowOrderingMode</a>)place<b> relativeTo:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)otherView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-addToPageSetup">addToPageSetup </a></h3> - (void) <b>addToPageSetup</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-addToolTipRect$owner$userData$">addToolTipRect: owner: userData: </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSToolTipTag">NSToolTipTag</a>) <b>addToolTipRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> owner:</b> (id)anObject<b> userData:</b> (void*)data;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-addTrackingRect$owner$userData$assumeInside$">addTrackingRect: owner: userData: assumeInside: </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTrackingRectTag">NSTrackingRectTag</a>) <b>addTrackingRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> owner:</b> (id)anObject<b> userData:</b> (void*)data<b> assumeInside:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Adds a tracking rectangle to monitor mouse movement and generate mouse-entered and mouse-exited events. <br /> The event messages are sent to <var>anObject</var>, which is <em>not</em> retained and must therefore be sure to remove any tracking rectangles using it before it is deallocated. <br /> The value of <var>data</var> is supplied as the user <var>data</var> in the event objects generated. <br /> If <var>flag</var> is <code>YES</code> then the mouse is assumed to be inside the tracking rectangle and the first event generated will therefore be a mouse exit, if it is <code>NO</code> then the first event generated will be a mouse entry. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-adjustPageHeightNew$top$bottom$limit$">adjustPageHeightNew: top: bottom: limit: </a></h3> - (void) <b>adjustPageHeightNew:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>*)newBottom<b> top:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)oldTop<b> bottom:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)oldBottom<b> limit:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)bottomLimit;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-adjustPageWidthNew$left$right$limit$">adjustPageWidthNew: left: right: limit: </a></h3> - (void) <b>adjustPageWidthNew:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>*)newRight<b> left:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)oldLeft<b> right:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)oldRight<b> limit:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)rightLimit;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-adjustScroll$">adjustScroll: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>adjustScroll:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)newVisible;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-allocateGState">allocateGState </a></h3> - (void) <b>allocateGState</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Tell the view to maintain a private gstate object which encapsulates all the information about drawing, such as coordinate transforms, line widths, etc. If you do not invoke this method, a gstate object is constructed each time the view is lockFocused. Allocating a private gstate may improve the performance of views that are focused a lot and have a lot of customized drawing parameters. </p> <p> </p> <p> View subclasses should override the setUpGstate method to set these custom parameters. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-alphaValue">alphaValue </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>alphaValue</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-ancestorSharedWithView$">ancestorSharedWithView: </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>ancestorSharedWithView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns self if <var>aView</var> is the receiver or <var>aView</var> is a subview of the receiver, the ancestor view shared by <var>aView</var> and the receiver if any, or <var>aView</var> if it is an ancestor of the receiver, otherwise returns <code>nil</code>. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-autoresizesSubviews">autoresizesSubviews </a></h3> - (BOOL) <b>autoresizesSubviews</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-autoresizingMask">autoresizingMask </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>) <b>autoresizingMask</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-autoscroll$">autoscroll: </a></h3> - (BOOL) <b>autoscroll:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Finds the nearest enclosing NSClipView and, if the location of the event is outside it, scrolls the NSClipView in the direction of the event. The amount scrolled is proportional to how far outside the NSClipView the event's location is. This method is suitable for calling periodically from a modal event tracking loop when the mouse is dragged outside the tracking view. The suggested period of the calls is 0.1 seconds. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginDocument">beginDocument </a></h3> - (void) <b>beginDocument</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> Writes header and job information for the PostScript document. This includes at a minimum, PostScript header information. It may also include job setup information if the output is intended for a printer (i.e. not an EPS file). Most of the information for writing the header comes from the NSPrintOperation and NSPrintInfo objects associated with the current print operation. There isn't normally anything that the program needs to override at the beginning of a document, although if there is additional setup that needs to be done, you can override the NSView's methods endHeaderComments, endPrologue, beginSetup, and/or endSetup. This method calls the above methods in the listed order before or after writing the required information. For an EPS operation, the beginSetup and endSetup methods aren't used. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginPage$label$bBox$fonts$">beginPage: label: bBox: fonts: </a></h3> - (void) <b>beginPage:</b> (int)ordinalNum<b> label:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aString<b> bBox:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)pageRect<b> fonts:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)fontNames;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginPageInRect$atPlacement$">beginPageInRect: atPlacement: </a></h3> - (void) <b>beginPageInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> atPlacement:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)location;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginPageSetupRect$placement$">beginPageSetupRect: placement: </a></h3> - (void) <b>beginPageSetupRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> placement:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)location;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginPrologueBBox$creationDate$createdBy$fonts$forWhom$pages$title$">beginPrologueBBox: creationDate: createdBy: fonts: forWhom: pages: title: </a></h3> - (void) <b>beginPrologueBBox:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)boundingBox<b> creationDate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)dateCreated<b> createdBy:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)anApplication<b> fonts:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)fontNames<b> forWhom:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)user<b> pages:</b> (int)numPages<b> title:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aTitle;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginSetup">beginSetup </a></h3> - (void) <b>beginSetup</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-beginTrailer">beginTrailer </a></h3> - (void) <b>beginTrailer</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-bitmapImageRepForCachingDisplayInRect$">bitmapImageRepForCachingDisplayInRect: </a></h3> - (<a rel="gsdoc" href="NSBitmapImageRep.html#class$NSBitmapImageRep">NSBitmapImageRep</a>*) <b>bitmapImageRepForCachingDisplayInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-bounds">bounds </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>bounds</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-boundsRotation">boundsRotation </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>boundsRotation</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-cacheDisplayInRect$toBitmapImageRep$">cacheDisplayInRect: toBitmapImageRep: </a></h3> - (void) <b>cacheDisplayInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> toBitmapImageRep:</b> (<a rel="gsdoc" href="NSBitmapImageRep.html#class$NSBitmapImageRep">NSBitmapImageRep</a>*)bitmap;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-canBecomeKeyView">canBecomeKeyView </a></h3> - (BOOL) <b>canBecomeKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-canDraw">canDraw </a></h3> - (BOOL) <b>canDraw</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-centerScanRect$">centerScanRect: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>centerScanRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertPoint$fromView$">convertPoint: fromView: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>) <b>convertPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint<b> fromView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertPoint$toView$">convertPoint: toView: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>) <b>convertPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint<b> toView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertPointFromBase$">convertPointFromBase: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>) <b>convertPointFromBase:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertPointToBase$">convertPointToBase: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>) <b>convertPointToBase:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertRect$fromView$">convertRect: fromView: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>convertRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> fromView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Converts <var>aRect</var> from the coordinate system of <var>aView</var> to the coordinate system of the receiver, ie. returns the bounding rectangle in the receiver of <var>aRect</var> in <var>aView</var>. <br /> <var>aView</var> and the receiver must be in the same window. If <var>aView</var> is <code>nil</code>, converts from the receiver's window's coordinate system. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertRect$toView$">convertRect: toView: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>convertRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> toView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Converts <var>aRect</var> from the coordinate system of the receiver to the coordinate system of <var>aView</var>, ie. returns the bounding rectangle in <var>aView</var> of <var>aRect</var> in the receiver. <br /> <var>aView</var> and the receiver must be in the same window. If <var>aView</var> is <code>nil</code>, converts to the receiver's window's coordinate system. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertRectFromBase$">convertRectFromBase: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>convertRectFromBase:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertRectToBase$">convertRectToBase: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>convertRectToBase:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertSize$fromView$">convertSize: fromView: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>convertSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)aSize<b> fromView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertSize$toView$">convertSize: toView: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>convertSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)aSize<b> toView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertSizeFromBase$">convertSizeFromBase: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>convertSizeFromBase:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)aSize;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-convertSizeToBase$">convertSizeToBase: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>convertSizeToBase:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)aSize;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-dataWithEPSInsideRect$">dataWithEPSInsideRect: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSData.html#class$NSData">NSData</a>*) <b>dataWithEPSInsideRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-dataWithPDFInsideRect$">dataWithPDFInsideRect: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSData.html#class$NSData">NSData</a>*) <b>dataWithPDFInsideRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-didAddSubview$">didAddSubview: </a></h3> - (void) <b>didAddSubview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)subview;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-discardCursorRects">discardCursorRects </a></h3> - (void) <b>discardCursorRects</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Removes all the cursor rectancles which have been set up for the receiver. This is equivalent to calling <a rel="gsdoc" href="#method$NSView-removeCursorRect$cursor$"> -removeCursorRect:cursor: </a> for all cursor rectangles which have been set up. <br /> This is called automatically before the system calls <a rel="gsdoc" href="#method$NSView-resetCursorRects"> -resetCursorRects </a> so you never need to call it. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-display">display </a></h3> - (void) <b>display</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayIfNeeded">displayIfNeeded </a></h3> - (void) <b>displayIfNeeded</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayIfNeededIgnoringOpacity">displayIfNeededIgnoringOpacity </a></h3> - (void) <b>displayIfNeededIgnoringOpacity</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayIfNeededInRect$">displayIfNeededInRect: </a></h3> - (void) <b>displayIfNeededInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayIfNeededInRectIgnoringOpacity$">displayIfNeededInRectIgnoringOpacity: </a></h3> - (void) <b>displayIfNeededInRectIgnoringOpacity:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayRect$">displayRect: </a></h3> - (void) <b>displayRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Causes the area of the view specified by <var>aRect</var> to be displayed. This is done by moving up the view hierarchy until an opaque view is found, then asking that view to update the appropriate area. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayRectIgnoringOpacity$">displayRectIgnoringOpacity: </a></h3> - (void) <b>displayRectIgnoringOpacity:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-displayRectIgnoringOpacity$inContext$">displayRectIgnoringOpacity: inContext: </a></h3> - (void) <b>displayRectIgnoringOpacity:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> inContext:</b> (<a rel="gsdoc" href="NSGraphicsContext.html#class$NSGraphicsContext">NSGraphicsContext</a>*)context;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-dragFile$fromRect$slideBack$event$">dragFile: fromRect: slideBack: event: </a></h3> - (BOOL) <b>dragFile:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)filename<b> fromRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> slideBack:</b> (BOOL)slideFlag<b> event:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)event;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-dragImage$at$offset$event$pasteboard$source$slideBack$">dragImage: at: offset: event: pasteboard: source: slideBack: </a></h3> - (void) <b>dragImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)anImage<b> at:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)viewLocation<b> offset:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)initialOffset<b> event:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)event<b> pasteboard:</b> (<a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pboard<b> source:</b> (id)sourceObject<b> slideBack:</b> (BOOL)slideFlag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-dragPromisedFilesOfTypes$fromRect$source$slideBack$event$">dragPromisedFilesOfTypes: fromRect: source: slideBack: event: </a></h3> - (BOOL) <b>dragPromisedFilesOfTypes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*)typeArray<b> fromRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> source:</b> (id)sourceObject<b> slideBack:</b> (BOOL)slideBack<b> event:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.2.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-drawPageBorderWithSize$">drawPageBorderWithSize: </a></h3> - (void) <b>drawPageBorderWithSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)borderSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-drawRect$">drawRect: </a></h3> - (void) <b>drawRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> 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. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-drawSheetBorderWithSize$">drawSheetBorderWithSize: </a></h3> - (void) <b>drawSheetBorderWithSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)borderSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-enclosingScrollView">enclosingScrollView </a></h3> - (<a rel="gsdoc" href="NSScrollView.html#class$NSScrollView">NSScrollView</a>*) <b>enclosingScrollView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endDocument">endDocument </a></h3> - (void) <b>endDocument</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endHeaderComments">endHeaderComments </a></h3> - (void) <b>endHeaderComments</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endPage">endPage </a></h3> - (void) <b>endPage</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endPageSetup">endPageSetup </a></h3> - (void) <b>endPageSetup</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endPrologue">endPrologue </a></h3> - (void) <b>endPrologue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endSetup">endSetup </a></h3> - (void) <b>endSetup</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-endTrailer">endTrailer </a></h3> - (void) <b>endTrailer</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-fax$">fax: </a></h3> - (void) <b>fax:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-focusRingType">focusRingType </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSFocusRingType">NSFocusRingType</a>) <b>focusRingType</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-frame">frame </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>frame</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-frameCenterRotation">frameCenterRotation </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>frameCenterRotation</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-frameRotation">frameRotation </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>frameRotation</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-gState">gState </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>gState</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns an identifier that represents the view's gstate object, which is used to encapsulate drawing information about the view. Most of the time a gstate object is created from scratch when the view is focused, so if the view is not currently focused or allocateGState has not been called, then this method will return 0. FIXME: The above is what the OpenStep and Cocoa specification say, but gState is 0 unless allocateGState has been called. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-getRectsBeingDrawn$count$">getRectsBeingDrawn: count: </a></h3> - (void) <b>getRectsBeingDrawn:</b> (const <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>**)rects<b> count:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>*)count;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-getRectsExposedDuringLiveResize$count$">getRectsExposedDuringLiveResize: count: </a></h3> - (void) <b>getRectsExposedDuringLiveResize:</b> (NSRect[4])exposedRects<b> count:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>*)count;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-heightAdjustLimit">heightAdjustLimit </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>heightAdjustLimit</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-hitTest$">hitTest: </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>hitTest:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the subview, lowest in the receiver's hierarchy, which contains <var>aPoint</var>, or <code>nil</code> if there is no such view. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-inLiveResize">inLiveResize </a></h3> - (BOOL) <b>inLiveResize</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-initWithFrame$">initWithFrame: </a></h3> - (id) <b>initWithFrame:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)frameRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isDescendantOf$">isDescendantOf: </a></h3> - (BOOL) <b>isDescendantOf:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns <code>YES</code> if <var>aView</var> is an ancestor of the receiver. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isFlipped">isFlipped </a></h3> - (BOOL) <b>isFlipped</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isHidden">isHidden </a></h3> - (BOOL) <b>isHidden</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isHiddenOrHasHiddenAncestor">isHiddenOrHasHiddenAncestor </a></h3> - (BOOL) <b>isHiddenOrHasHiddenAncestor</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isOpaque">isOpaque </a></h3> - (BOOL) <b>isOpaque</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isRotatedFromBase">isRotatedFromBase </a></h3> - (BOOL) <b>isRotatedFromBase</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-isRotatedOrScaledFromBase">isRotatedOrScaledFromBase </a></h3> - (BOOL) <b>isRotatedOrScaledFromBase</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-knowsPageRange$">knowsPageRange: </a></h3> - (BOOL) <b>knowsPageRange:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>*)range;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-knowsPagesFirst$last$">knowsPagesFirst: last: </a></h3> - (BOOL) <b>knowsPagesFirst:</b> (int*)firstPageNum<b> last:</b> (int*)lastPageNum;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-layerContentsPlacement">layerContentsPlacement </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSViewLayerContentsPlacement">NSViewLayerContentsPlacement</a>) <b>layerContentsPlacement</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-layerContentsRedrawPolicy">layerContentsRedrawPolicy </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSViewLayerContentsRedrawPolicy">NSViewLayerContentsRedrawPolicy</a>) <b>layerContentsRedrawPolicy</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-locationOfPrintRect$">locationOfPrintRect: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>) <b>locationOfPrintRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-lockFocus">lockFocus </a></h3> - (void) <b>lockFocus</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-lockFocusIfCanDraw">lockFocusIfCanDraw </a></h3> - (BOOL) <b>lockFocusIfCanDraw</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-lockFocusIfCanDrawInContext$">lockFocusIfCanDrawInContext: </a></h3> - (BOOL) <b>lockFocusIfCanDrawInContext:</b> (<a rel="gsdoc" href="NSGraphicsContext.html#class$NSGraphicsContext">NSGraphicsContext</a>*)context;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-lockFocusInRect$">lockFocusInRect: </a></h3> - (void) <b>lockFocusInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-menuForEvent$">menuForEvent: </a></h3> - (<a rel="gsdoc" href="NSMenu.html#class$NSMenu">NSMenu</a>*) <b>menuForEvent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> </p> <p> Returns the menu that it appropriates for the given event. NSView's implementation returns the default menu of the view. </p> <p> </p> <p> This methods is intended to be overriden so that it can return a context-sensitive for appropriate mouse's events. ((although it seems it can be used for any kind of event) </p> <p> </p> <p> This method is used by NSView's rightMouseDown: method, and the returned NSMenu is displayed as a context menu </p> <p> </p> <p> Use of this method is discouraged in GNUstep as it breaks many user interface guidelines. At the very least, menu items that appear in a context sensitive menu should also always appear in a normal menu. Otherwise, users are faced with an inconsistant interface where the menu items they want are only available in certain (possibly unknown) cases, making it difficult for the user to understand how the application operates </p> <p> </p> <p> see [NSResponder -menu], [NSResponder -setMenu:], [NSView +defaultMenu] and [NSView -menu]. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-mouse$inRect$">mouse: inRect: </a></h3> - (BOOL) <b>mouse:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint<b> inRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns whether or not <var>aPoint</var> lies within <var>aRect</var>. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-mouseDownCanMoveWindow">mouseDownCanMoveWindow </a></h3> - (BOOL) <b>mouseDownCanMoveWindow</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-needsDisplay">needsDisplay </a></h3> - (BOOL) <b>needsDisplay</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-needsPanelToBecomeKey">needsPanelToBecomeKey </a></h3> - (BOOL) <b>needsPanelToBecomeKey</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-needsToDrawRect$">needsToDrawRect: </a></h3> - (BOOL) <b>needsToDrawRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-nextKeyView">nextKeyView </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>nextKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the next view after the receiver in the key view chain. <br /> Returns <code>nil</code> if there is no view after the receiver. <br /> The next view is set up using the <a rel="gsdoc" href="#method$NSView-setNextKeyView$"> -setNextKeyView: </a> method. <br /> The key view chain is used to determine the order in which views become first responder when using keyboard navigation. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-nextValidKeyView">nextValidKeyView </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>nextValidKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the first available view after the receiver which is actually able to become first responder. See <a rel="gsdoc" href="#method$NSView-nextKeyView"> -nextKeyView </a> and <a rel="gsdoc" href="NSResponder.html#method$NSResponder-acceptsFirstResponder">[NSResponder -acceptsFirstResponder]</a> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-opaqueAncestor">opaqueAncestor </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>opaqueAncestor</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-pageFooter">pageFooter </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>pageFooter</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-pageHeader">pageHeader </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>pageHeader</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-performKeyEquivalent$">performKeyEquivalent: </a></h3> - (BOOL) <b>performKeyEquivalent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-performMnemonic$">performMnemonic: </a></h3> - (BOOL) <b>performMnemonic:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aString;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-postsBoundsChangedNotifications">postsBoundsChangedNotifications </a></h3> - (BOOL) <b>postsBoundsChangedNotifications</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns whether the receiver posts NSViewBoundsDidChangeNotification when its bound changed. Returns <code>YES</code> by default (as documented in Cocoa View Programming Guide). </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-postsFrameChangedNotifications">postsFrameChangedNotifications </a></h3> - (BOOL) <b>postsFrameChangedNotifications</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns whether the receiver posts NSViewFrameDidChangeNotification when its frame changed. Returns <code>YES</code> by default (as documented in Cocoa View Programming Guide). </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-preservesContentDuringLiveResize">preservesContentDuringLiveResize </a></h3> - (BOOL) <b>preservesContentDuringLiveResize</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-previousKeyView">previousKeyView </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>previousKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the view before the receiver in the key view chain. <br /> Returns <code>nil</code> if there is no view before the receiver in the chain. <br /> The previous view of the receiver was set up by passing it as the argument to a call of <a rel="gsdoc" href="#method$NSView-setNextKeyView$"> -setNextKeyView: </a> on that view. <br /> The key view chain is used to determine the order in which views become first responder when using keyboard navigation. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-previousValidKeyView">previousValidKeyView </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>previousValidKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the first available view before the receiver which is actually able to become first responder. See <a rel="gsdoc" href="#method$NSView-nextKeyView"> -nextKeyView </a> and <a rel="gsdoc" href="NSResponder.html#method$NSResponder-acceptsFirstResponder">[NSResponder -acceptsFirstResponder]</a> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-print$">print: </a></h3> - (void) <b>print:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-printJobTitle">printJobTitle </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>printJobTitle</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-rectForPage$">rectForPage: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>rectForPage:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)page;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-rectPreservedDuringLiveResize">rectPreservedDuringLiveResize </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>rectPreservedDuringLiveResize</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-reflectScrolledClipView$">reflectScrolledClipView: </a></h3> - (void) <b>reflectScrolledClipView:</b> (<a rel="gsdoc" href="NSClipView.html#class$NSClipView">NSClipView</a>*)aClipView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-registerForDraggedTypes$">registerForDraggedTypes: </a></h3> - (void) <b>registerForDraggedTypes:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*)newTypes;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Registers the fact that the receiver should accept dragged data of any of the specified types. You need to do this if you want your view to support drag and drop. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-registeredDraggedTypes">registeredDraggedTypes </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>registeredDraggedTypes</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-releaseGState">releaseGState </a></h3> - (void) <b>releaseGState</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Frees the gstate object, if there is one. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeAllToolTips">removeAllToolTips </a></h3> - (void) <b>removeAllToolTips</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeCursorRect$cursor$">removeCursorRect: cursor: </a></h3> - (void) <b>removeCursorRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> cursor:</b> (<a rel="gsdoc" href="NSCursor.html#class$NSCursor">NSCursor</a>*)anObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Removes the cursor rectangle which was set up for the specified rectangle and cursor. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeFromSuperview">removeFromSuperview </a></h3> - (void) <b>removeFromSuperview</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Removes the receiver from its superviews list of subviews and marks the rectangle that the reciever occupied in the superview as needing redisplay. </p> <p> </p> <p> This is dangerous to use during display, since it alters the rectangles needing display. In this case, you can use the <a rel="gsdoc" href="#method$NSView-removeFromSuperviewWithoutNeedingDisplay">-removeFromSuperviewWithoutNeedingDisplay</a> method instead. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeFromSuperviewWithoutNeedingDisplay">removeFromSuperviewWithoutNeedingDisplay </a></h3> - (void) <b>removeFromSuperviewWithoutNeedingDisplay</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Removes the receiver from its superviews list of subviews. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeSubview$">removeSubview: </a></h3> - (void) <b>removeSubview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> </p> <p> Removes aSubview from the receivers list of subviews and from the responder chain. </p> <p> </p> <p> Also invokes <a rel="gsdoc" href="#method$NSView-viewWillMoveToWindow$"> -viewWillMoveToWindow: </a> on <var>aView</var> with a <code>nil</code> argument, to handle removal of <var>aView</var> (and recursively, its children) from its window - performing tidyup by invalidating cursor rects etc. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeToolTip$">removeToolTip: </a></h3> - (void) <b>removeToolTip:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSToolTipTag">NSToolTipTag</a>)tag;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-removeTrackingRect$">removeTrackingRect: </a></h3> - (void) <b>removeTrackingRect:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTrackingRectTag">NSTrackingRectTag</a>)tag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Removes a tracking rectangle which was previously established using the <a rel="gsdoc" href="#method$NSView-addTrackingRect$owner$userData$assumeInside$">-addTrackingRect:owner:userData:assumeInside:</a> method. <br /> The value of <var>tag</var> must be the value returned by the method used to add the rectangle. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-renewGState">renewGState </a></h3> - (void) <b>renewGState</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Invalidates the view's gstate object so it will be set up again using setUpGState the next time the view is focused. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-replaceSubview$with$">replaceSubview: with: </a></h3> - (void) <b>replaceSubview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)oldView<b> with:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)newView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Removes <var>oldView</var>, which should be a subview of the receiver, from the receiver and places <var>newView</var> in its place. If <var>newView</var> is <code>nil</code>, just removes <var>oldView</var>. If <var>oldView</var> is <code>nil</code>, just adds <var>newView</var>. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-resetCursorRects">resetCursorRects </a></h3> - (void) <b>resetCursorRects</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> Subclasses <strong>must</strong> override this method.<br /> <div class="desc"> This is called to establish a new set of cursor rectangles whenever the receiver needs to do so (eg the view has been resized). The default implementation does nothing, but subclasses should use it to make calls to <a rel="gsdoc" href="#method$NSView-addCursorRect$cursor$"> -addCursorRect:cursor: </a> to establish their new cursor rectangles. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-resizeSubviewsWithOldSize$">resizeSubviewsWithOldSize: </a></h3> - (void) <b>resizeSubviewsWithOldSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)oldSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-resizeWithOldSuperviewSize$">resizeWithOldSuperviewSize: </a></h3> - (void) <b>resizeWithOldSuperviewSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)oldSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Perform rounding to pixel-align the frame if we are not rotated </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-rotateByAngle$">rotateByAngle: </a></h3> - (void) <b>rotateByAngle:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)angle;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-scaleUnitSquareToSize$">scaleUnitSquareToSize: </a></h3> - (void) <b>scaleUnitSquareToSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)newSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-scrollClipView$toPoint$">scrollClipView: toPoint: </a></h3> - (void) <b>scrollClipView:</b> (<a rel="gsdoc" href="NSClipView.html#class$NSClipView">NSClipView</a>*)aClipView<b> toPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-scrollPoint$">scrollPoint: </a></h3> - (void) <b>scrollPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)aPoint;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-scrollRect$by$">scrollRect: by: </a></h3> - (void) <b>scrollRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> by:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)delta;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Copy on scroll method, should be called from [NSClipView setBoundsOrigin]. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-scrollRectToVisible$">scrollRectToVisible: </a></h3> - (BOOL) <b>scrollRectToVisible:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Scrolls the nearest enclosing clip view the minimum required distance necessary to make <var>aRect</var> (or as much of it possible) in the receiver visible. Returns <code>YES</code> iff any scrolling was done. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setAlphaValue$">setAlphaValue: </a></h3> - (void) <b>setAlphaValue:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)alpha;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setAutoresizesSubviews$">setAutoresizesSubviews: </a></h3> - (void) <b>setAutoresizesSubviews:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setAutoresizingMask$">setAutoresizingMask: </a></h3> - (void) <b>setAutoresizingMask:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)mask;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setBounds$">setBounds: </a></h3> - (void) <b>setBounds:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setBoundsOrigin$">setBoundsOrigin: </a></h3> - (void) <b>setBoundsOrigin:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)newOrigin;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setBoundsRotation$">setBoundsRotation: </a></h3> - (void) <b>setBoundsRotation:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)angle;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setBoundsSize$">setBoundsSize: </a></h3> - (void) <b>setBoundsSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)newSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setFocusRingType$">setFocusRingType: </a></h3> - (void) <b>setFocusRingType:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSFocusRingType">NSFocusRingType</a>)focusRingType;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setFrame$">setFrame: </a></h3> - (void) <b>setFrame:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)frameRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setFrameCenterRotation$">setFrameCenterRotation: </a></h3> - (void) <b>setFrameCenterRotation:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)rot;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setFrameOrigin$">setFrameOrigin: </a></h3> - (void) <b>setFrameOrigin:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)newOrigin;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setFrameRotation$">setFrameRotation: </a></h3> - (void) <b>setFrameRotation:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)angle;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setFrameSize$">setFrameSize: </a></h3> - (void) <b>setFrameSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)newSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setHidden$">setHidden: </a></h3> - (void) <b>setHidden:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setKeyboardFocusRingNeedsDisplayInRect$">setKeyboardFocusRingNeedsDisplayInRect: </a></h3> - (void) <b>setKeyboardFocusRingNeedsDisplayInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setLayerContentsPlacement$">setLayerContentsPlacement: </a></h3> - (void) <b>setLayerContentsPlacement:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSViewLayerContentsPlacement">NSViewLayerContentsPlacement</a>)placement;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setLayerContentsRedrawPolicy$">setLayerContentsRedrawPolicy: </a></h3> - (void) <b>setLayerContentsRedrawPolicy:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSViewLayerContentsRedrawPolicy">NSViewLayerContentsRedrawPolicy</a>)pol;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setNeedsDisplay$">setNeedsDisplay: </a></h3> - (void) <b>setNeedsDisplay:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> As an exception to the general rules for threads and gui, this method is thread-safe and may be called from any thread. Display will always be done in the main thread. (Note that other methods are in general not thread-safe; if you want to access other properties of views from multiple threads, you need to provide the synchronization.) </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setNeedsDisplayInRect$">setNeedsDisplayInRect: </a></h3> - (void) <b>setNeedsDisplayInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)invalidRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Inform the view system that the specified rectangle is invalid and requires updating. This automatically informs any superviews of any updating they need to do. As an exception to the general rules for threads and gui, this method is thread-safe and may be called from any thread. Display will always be done in the main thread. (Note that other methods are in general not thread-safe; if you want to access other properties of views from multiple threads, you need to provide the synchronization.) </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setNextKeyView$">setNextKeyView: </a></h3> - (void) <b>setNextKeyView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> The effect of the <a rel="gsdoc" href="#method$NSView-setNextKeyView$"> -setNextKeyView: </a> method is to set <var>aView</var> to be the value returned by subsequent calls to the receivers <a rel="gsdoc" href="#method$NSView-nextKeyView"> -nextKeyView </a> method. This also has the effect of setting the previous key view of <var>aView</var>, so that subsequent calls to its <a rel="gsdoc" href="#method$NSView-previousKeyView"> -previousKeyView </a> method will return the receiver. </p> <p> </p> <p> As a special case, if you pass <code>nil</code> as <var>aView</var> then the <a rel="gsdoc" href="#method$NSView-previousKeyView"> -previousKeyView </a> of the receivers current <a rel="gsdoc" href="#method$NSView-nextKeyView"> -nextKeyView </a> is set to <code>nil</code> as well as the receivers <a rel="gsdoc" href="#method$NSView-nextKeyView"> -nextKeyView </a> being set to <code>nil</code>. <br /> This behavior provides MacOS-X compatibility. </p> <p> </p> <p> If you pass a non-view object other than <code>nil</code>, an NSInternaInconsistencyException is raised. </p> <p> </p> <p> <strong>NB</strong> This method does <em>NOT</em> cause <var>aView</var> to be retained, and if <var>aView</var> is deallocated, the <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#method$NSObject-dealloc"> [NSView -dealloc] </a> method will automatically remove it from the key view chain it is in. </p> <p> </p> <p> For keyboard navigation, views are linked together in a chain, so that the current first responder view can be changed by stepping backward and forward in that chain. This is the method for building and modifying that chain. </p> <p> </p> <p> The MacOS-X documentation refers to this chain as a <em>loop</em>, but the actual implementation is not a loop at all (except as a special case when you make the chain into a loop). In fact, while each view may have only zero or one <em>next</em> view, and zero or one <em>previous</em> view, several views may have their <em>next</em> view set to a single view and/or their <em>previous</em> views set to a single view. So the actual setup is a directed graph rather than a loop. </p> <p> </p> <p> While a directed graph is a very powerful and flexible way of managing the way views get keyboard focus in response to tabs etc, it can be confusing if misused. It is probably best therefore, to set your views up as a single loop within each window. </p> <p> <pre> [a setNextKeyView: b]; [b setNextKeyView: c]; [c setNextKeyView: d]; [d setNextKeyView: a]; </pre> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setPostsBoundsChangedNotifications$">setPostsBoundsChangedNotifications: </a></h3> - (void) <b>setPostsBoundsChangedNotifications:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Sets whether the receiver should post NSViewBoundsDidChangeNotification when its bound changed. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setPostsFrameChangedNotifications$">setPostsFrameChangedNotifications: </a></h3> - (void) <b>setPostsFrameChangedNotifications:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Sets whether the receiver should post NSViewFrameDidChangeNotification when its frame changed. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setPreviousKeyView$">setPreviousKeyView: </a></h3> - (void) <b>setPreviousKeyView:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> GNUstep addition... a conveninece method to insert a view in the key view chain before the receiver, using the <a rel="gsdoc" href="#method$NSView-previousKeyView"> -previousKeyView </a> and <a rel="gsdoc" href="#method$NSView-setNextKeyView$"> -setNextKeyView: </a> methods. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setSubviews$">setSubviews: </a></h3> - (void) <b>setSubviews:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*)newSubviews;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setToolTip$">setToolTip: </a></h3> - (void) <b>setToolTip:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)string;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setUpGState">setUpGState </a></h3> - (void) <b>setUpGState</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-setUserInterfaceLayoutDirection$">setUserInterfaceLayoutDirection: </a></h3> - (void) <b>setUserInterfaceLayoutDirection:</b> (NSUserInterfaceLayoutDirection)dir;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.8.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-shouldDelayWindowOrderingForEvent$">shouldDelayWindowOrderingForEvent: </a></h3> - (BOOL) <b>shouldDelayWindowOrderingForEvent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)anEvent;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-shouldDrawColor">shouldDrawColor </a></h3> - (BOOL) <b>shouldDrawColor</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-sortSubviewsUsingFunction$context$">sortSubviewsUsingFunction: context: </a></h3> - (void) <b>sortSubviewsUsingFunction:</b> (NSComparisonResult(*)(id,id,void*))compare<b> context:</b> (void*)context;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-subviews">subviews </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>subviews</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-superview">superview </a></h3> - (<a rel="gsdoc" href="#class$NSView">NSView</a>*) <b>superview</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-tag">tag </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>tag</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-toolTip">toolTip </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>toolTip</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-translateOriginToPoint$">translateOriginToPoint: </a></h3> - (void) <b>translateOriginToPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-unlockFocus">unlockFocus </a></h3> - (void) <b>unlockFocus</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-unregisterDraggedTypes">unregisterDraggedTypes </a></h3> - (void) <b>unregisterDraggedTypes</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-userInterfaceLayoutDirection">userInterfaceLayoutDirection </a></h3> - (NSUserInterfaceLayoutDirection) <b>userInterfaceLayoutDirection</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.8.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewDidEndLiveResize">viewDidEndLiveResize </a></h3> - (void) <b>viewDidEndLiveResize</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewDidMoveToSuperview">viewDidMoveToSuperview </a></h3> - (void) <b>viewDidMoveToSuperview</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewDidMoveToWindow">viewDidMoveToWindow </a></h3> - (void) <b>viewDidMoveToWindow</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewWillMoveToSuperview$">viewWillMoveToSuperview: </a></h3> - (void) <b>viewWillMoveToSuperview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)newSuper;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Notifies the receiver that its superview is being changed to <var>newSuper</var>. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewWillMoveToWindow$">viewWillMoveToWindow: </a></h3> - (void) <b>viewWillMoveToWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)newWindow;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Notifies the receiver that it will now be a view of <var>newWindow</var>. Note, this method is also used when removing a view from a window (in which case, <var>newWindow</var> is <code>nil</code>) to let all the subviews know that they have also been removed from the window. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewWillStartLiveResize">viewWillStartLiveResize </a></h3> - (void) <b>viewWillStartLiveResize</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-viewWithTag$">viewWithTag: </a></h3> - (id) <b>viewWithTag:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)aTag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-visibleRect">visibleRect </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>visibleRect</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-wantsDefaultClipping">wantsDefaultClipping </a></h3> - (BOOL) <b>wantsDefaultClipping</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-widthAdjustLimit">widthAdjustLimit </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>widthAdjustLimit</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-willRemoveSubview$">willRemoveSubview: </a></h3> - (void) <b>willRemoveSubview:</b> (<a rel="gsdoc" href="#class$NSView">NSView</a>*)subview;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-window">window </a></h3> - (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*) <b>window</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the window in which the receiver resides. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-writeEPSInsideRect$toPasteboard$">writeEPSInsideRect: toPasteboard: </a></h3> - (void) <b>writeEPSInsideRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> toPasteboard:</b> (<a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pasteboard;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView-writePDFInsideRect$toPasteboard$">writePDFInsideRect: toPasteboard: </a></h3> - (void) <b>writePDFInsideRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect<b> toPasteboard:</b> (<a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pboard;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <a name="_NSView_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSView Class</h2> <h3><a name="ivariable$NSView*_allocate_gstate">_allocate_gstate</a></h3> @public BOOL <b>_allocate_gstate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_alphaValue">_alphaValue</a></h3> @protected CGFloat <b>_alphaValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_autoresizes_subviews">_autoresizes_subviews</a></h3> @public BOOL <b>_autoresizes_subviews</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_autoresizingFrameError">_autoresizingFrameError</a></h3> @public NSRect <b>_autoresizingFrameError</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_autoresizingMask">_autoresizingMask</a></h3> @public NSUInteger <b>_autoresizingMask</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_bounds">_bounds</a></h3> @protected NSRect <b>_bounds</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_boundsMatrix">_boundsMatrix</a></h3> @protected id <b>_boundsMatrix</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_coordinates_valid">_coordinates_valid</a></h3> @public BOOL <b>_coordinates_valid</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_coreAnimationData">_coreAnimationData</a></h3> @protected id <b>_coreAnimationData</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_cursor_rects">_cursor_rects</a></h3> @protected NSMutableArray* <b>_cursor_rects</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_focusRingType">_focusRingType</a></h3> @public NSFocusRingType <b>_focusRingType</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_frame">_frame</a></h3> @protected NSRect <b>_frame</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_frameMatrix">_frameMatrix</a></h3> @protected id <b>_frameMatrix</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_gstate">_gstate</a></h3> @protected NSInteger <b>_gstate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_in_live_resize">_in_live_resize</a></h3> @public BOOL <b>_in_live_resize</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_invalidRect">_invalidRect</a></h3> @protected NSRect <b>_invalidRect</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_is_hidden">_is_hidden</a></h3> @public BOOL <b>_is_hidden</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_is_rotated_from_base">_is_rotated_from_base</a></h3> @public BOOL <b>_is_rotated_from_base</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_is_rotated_or_scaled_from_base">_is_rotated_or_scaled_from_base</a></h3> @public BOOL <b>_is_rotated_or_scaled_from_base</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_matrixFromWindow">_matrixFromWindow</a></h3> @protected id <b>_matrixFromWindow</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_matrixToWindow">_matrixToWindow</a></h3> @protected id <b>_matrixToWindow</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_nextKeyView">_nextKeyView</a></h3> @protected void* <b>_nextKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_post_bounds_changes">_post_bounds_changes</a></h3> @public BOOL <b>_post_bounds_changes</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_post_frame_changes">_post_frame_changes</a></h3> @public BOOL <b>_post_frame_changes</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_previousKeyView">_previousKeyView</a></h3> @protected void* <b>_previousKeyView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_renew_gstate">_renew_gstate</a></h3> @public BOOL <b>_renew_gstate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_super_view">_super_view</a></h3> @protected NSView* <b>_super_view</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_visibleRect">_visibleRect</a></h3> @protected NSRect <b>_visibleRect</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*_window">_window</a></h3> @protected NSWindow* <b>_window</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSView*struct _rFlagsType">struct _rFlagsType</a></h3> @public struct _rFlagsType <b>struct _rFlagsType</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <h1><a name="002000000000"> Software documentation for the NSView(PrivateMethods) category </a></h1> <h2><a rel="gsdoc" href="#class$NSView">NSView</a>(<a name="category$NSView(PrivateMethods)">PrivateMethods</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSView.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> this category is <em>private</em>, which means that the methods are for internal use by the package. You should not use them in external code. </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_ignoresBacking">-_ignoresBacking</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_invalidateCoordinates">-_invalidateCoordinates</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_matrixFromWindow">-_matrixFromWindow</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_matrixToWindow">-_matrixToWindow</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_rebuildCoordinates">-_rebuildCoordinates</a></li> <li><a rel="gsdoc" href="NSView.html#method$NSView(PrivateMethods)-_setIgnoresBacking$">-_setIgnoresBacking:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSView(PrivateMethods)-_ignoresBacking">_ignoresBacking </a></h3> - (BOOL) <b>_ignoresBacking</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView(PrivateMethods)-_invalidateCoordinates">_invalidateCoordinates </a></h3> - (void) <b>_invalidateCoordinates</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView(PrivateMethods)-_matrixFromWindow">_matrixFromWindow </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAffineTransform.html#class$NSAffineTransform">NSAffineTransform</a>*) <b>_matrixFromWindow</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView(PrivateMethods)-_matrixToWindow">_matrixToWindow </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAffineTransform.html#class$NSAffineTransform">NSAffineTransform</a>*) <b>_matrixToWindow</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView(PrivateMethods)-_rebuildCoordinates">_rebuildCoordinates </a></h3> - (void) <b>_rebuildCoordinates</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSView(PrivateMethods)-_setIgnoresBacking$">_setIgnoresBacking: </a></h3> - (void) <b>_setIgnoresBacking:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>