mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 21:50:54 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
202 lines
5.8 KiB
HTML
202 lines
5.8 KiB
HTML
<html><head>
|
|
<title>NSClipView</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSCell.html">[Previous]</a>
|
|
<a href ="Gui.html">[Up]</a>
|
|
<a href ="NSCoderAdditions.html">[Next]</a>
|
|
<h1>NSClipView</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSClipView</a></h2>
|
|
<h2><a name ="NSClipView">NSClipView</a></h2>
|
|
<p><b>Declared in: </b> Gui/NSClipView.h</p>
|
|
<p><b>Inherits from: </b> NSView</p>
|
|
<p><b>Conforms to: </b> NSCoding
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li><a href ="NSClipView.html#method-0">-acceptsFirstResponder</a>
|
|
<li><a href ="NSClipView.html#method-1">-autoscroll:</a>
|
|
<li><a href ="NSClipView.html#method-2">-backgroundColor</a>
|
|
<li><a href ="NSClipView.html#method-3">-becomeFirstResponder</a>
|
|
<li><a href ="NSClipView.html#method-4">-constrainScrollPoint:</a>
|
|
<li><a href ="NSClipView.html#method-5">-copiesOnScroll</a>
|
|
<li><a href ="NSClipView.html#method-6">-documentCursor</a>
|
|
<li><a href ="NSClipView.html#method-7">-documentRect</a>
|
|
<li><a href ="NSClipView.html#method-8">-documentView</a>
|
|
<li><a href ="NSClipView.html#method-9">-documentVisibleRect</a>
|
|
<li><a href ="NSClipView.html#method-10">-isFlipped</a>
|
|
<li><a href ="NSClipView.html#method-11">-rotateByAngle:</a>
|
|
<li><a href ="NSClipView.html#method-12">-scaleUnitSquareToSize:</a>
|
|
<li><a href ="NSClipView.html#method-13">-scrollToPoint:</a>
|
|
<li><a href ="NSClipView.html#method-14">-setBackgroundColor:</a>
|
|
<li><a href ="NSClipView.html#method-15">-setBoundsOrigin:</a>
|
|
<li><a href ="NSClipView.html#method-16">-setBoundsRotation:</a>
|
|
<li><a href ="NSClipView.html#method-17">-setBoundsSize:</a>
|
|
<li><a href ="NSClipView.html#method-18">-setCopiesOnScroll:</a>
|
|
<li><a href ="NSClipView.html#method-19">-setDocumentCursor:</a>
|
|
<li><a href ="NSClipView.html#method-20">-setDocumentView:</a>
|
|
<li><a href ="NSClipView.html#method-21">-setFrameOrigin:</a>
|
|
<li><a href ="NSClipView.html#method-22">-setFrameRotation:</a>
|
|
<li><a href ="NSClipView.html#method-23">-setFrameSize:</a>
|
|
<li><a href ="NSClipView.html#method-24">-setNextKeyView:</a>
|
|
<li><a href ="NSClipView.html#method-25">-translateOriginToPoint:</a>
|
|
<li><a href ="NSClipView.html#method-26">-viewBoundsChanged:</a>
|
|
<li><a href ="NSClipView.html#method-27">-viewFrameChanged:</a>
|
|
</ul>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-0">acceptsFirstResponder</a></h3>
|
|
- (BOOL) <b>acceptsFirstResponder</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">autoscroll:</a></h3>
|
|
- (BOOL) <b>autoscroll:</b> (NSEvent*)theEvent;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">backgroundColor</a></h3>
|
|
- (NSColor*) <b>backgroundColor</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">becomeFirstResponder</a></h3>
|
|
- (BOOL) <b>becomeFirstResponder</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">constrainScrollPoint:</a></h3>
|
|
- (NSPoint) <b>constrainScrollPoint:</b> (NSPoint)proposedNewOrigin;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">copiesOnScroll</a></h3>
|
|
- (BOOL) <b>copiesOnScroll</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">documentCursor</a></h3>
|
|
- (NSCursor*) <b>documentCursor</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">documentRect</a></h3>
|
|
- (NSRect) <b>documentRect</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">documentView</a></h3>
|
|
- (id) <b>documentView</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-9">documentVisibleRect</a></h3>
|
|
- (NSRect) <b>documentVisibleRect</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-10">isFlipped</a></h3>
|
|
- (BOOL) <b>isFlipped</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-11">rotateByAngle:</a></h3>
|
|
- (void) <b>rotateByAngle:</b> (float)angle;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-12">scaleUnitSquareToSize:</a></h3>
|
|
- (void) <b>scaleUnitSquareToSize:</b> (NSSize)newUnitSize;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-13">scrollToPoint:</a></h3>
|
|
- (void) <b>scrollToPoint:</b> (NSPoint)newOrigin;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-14">setBackgroundColor:</a></h3>
|
|
- (void) <b>setBackgroundColor:</b> (NSColor*)aColor;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-15">setBoundsOrigin:</a></h3>
|
|
- (void) <b>setBoundsOrigin:</b> (NSPoint)aPoint;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-16">setBoundsRotation:</a></h3>
|
|
- (void) <b>setBoundsRotation:</b> (float)angle;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-17">setBoundsSize:</a></h3>
|
|
- (void) <b>setBoundsSize:</b> (NSSize)aSize;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-18">setCopiesOnScroll:</a></h3>
|
|
- (void) <b>setCopiesOnScroll:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-19">setDocumentCursor:</a></h3>
|
|
- (void) <b>setDocumentCursor:</b> (NSCursor*)aCursor;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-20">setDocumentView:</a></h3>
|
|
- (void) <b>setDocumentView:</b> (NSView*)aView;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-21">setFrameOrigin:</a></h3>
|
|
- (void) <b>setFrameOrigin:</b> (NSPoint)aPoint;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-22">setFrameRotation:</a></h3>
|
|
- (void) <b>setFrameRotation:</b> (float)angle;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-23">setFrameSize:</a></h3>
|
|
- (void) <b>setFrameSize:</b> (NSSize)aSize;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-24">setNextKeyView:</a></h3>
|
|
- (void) <b>setNextKeyView:</b> (NSView*)aView;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-25">translateOriginToPoint:</a></h3>
|
|
- (void) <b>translateOriginToPoint:</b> (NSPoint)aPoint;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-26">viewBoundsChanged:</a></h3>
|
|
- (void) <b>viewBoundsChanged:</b> (NSNotification*)aNotification;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-27">viewFrameChanged:</a></h3>
|
|
- (void) <b>viewFrameChanged:</b> (NSNotification*)aNotification;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|