mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:30:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
163 lines
5.6 KiB
HTML
163 lines
5.6 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSImageView</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSImageView">NSImageView</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Ovidiu Predescu(<a href="mailto:ovidiu@net-community.com"><code>
|
|
ovidiu@net-community.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Jonathan Gapen(<a href="mailto:jagapen@smithlab.chem.wisc.edu"><code>
|
|
jagapen@smithlab.chem.wisc.edu
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSImageView class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSImageView class
|
|
</a></h1>
|
|
<h2><a name="class$NSImageView">NSImageView</a> : <a rel="gsdoc" href="NSControl.html#class$NSControl">NSControl</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSImageView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-image">-image</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-imageAlignment">-imageAlignment</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-imageFrameStyle">-imageFrameStyle</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-imageScaling">-imageScaling</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-isEditable">-isEditable</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-setEditable:">-setEditable:</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-setImage:">-setImage:</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-setImageAlignment:">-setImageAlignment:</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-setImageFrameStyle:">-setImageFrameStyle:</a></li>
|
|
<li><a rel="gsdoc" href="NSImageView.html#method$NSImageView-setImageScaling:">-setImageScaling:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSImageView-image">image</a></h3>
|
|
- (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*) <b>image</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-imageAlignment">imageAlignment</a></h3>
|
|
- (NSImageAlignment) <b>imageAlignment</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-imageFrameStyle">imageFrameStyle</a></h3>
|
|
- (NSImageFrameStyle) <b>imageFrameStyle</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-imageScaling">imageScaling</a></h3>
|
|
- (NSImageScaling) <b>imageScaling</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-isEditable">isEditable</a></h3>
|
|
- (BOOL) <b>isEditable</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-setEditable:">setEditable:</a></h3>
|
|
- (void) <b>setEditable:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-setImage:">setImage:</a></h3>
|
|
- (void) <b>setImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)image;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-setImageAlignment:">setImageAlignment:</a></h3>
|
|
- (void) <b>setImageAlignment:</b> (NSImageAlignment)align;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-setImageFrameStyle:">setImageFrameStyle:</a></h3>
|
|
- (void) <b>setImageFrameStyle:</b> (NSImageFrameStyle)style;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSImageView-setImageScaling:">setImageScaling:</a></h3>
|
|
- (void) <b>setImageScaling:</b> (NSImageScaling)scaling;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|