mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 06:00:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
256 lines
9.4 KiB
HTML
256 lines
9.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSStepperCell</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSStepperCell">NSStepperCell</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Pierre-Yves Rivaille(<a href="mailto:pyrivail@ens-lyon.fr"><code>
|
|
pyrivail@ens-lyon.fr
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 2001 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSStepperCell class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the NSStepperCell(Private)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSStepperCell class
|
|
</a></h1>
|
|
<h2><a name="class$NSStepperCell">NSStepperCell</a> : <a rel="gsdoc" href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSStepperCell.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Conforms to:</b></dt>
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></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="NSStepperCell.html#method$NSStepperCell-autorepeat">-autorepeat</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-encodeWithCoder:">-encodeWithCoder:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-increment">-increment</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-initWithCoder:">-initWithCoder:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-maxValue">-maxValue</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-minValue">-minValue</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-setAutorepeat:">-setAutorepeat:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-setIncrement:">-setIncrement:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-setMaxValue:">-setMaxValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-setMinValue:">-setMinValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-setValueWraps:">-setValueWraps:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell-valueWraps">-valueWraps</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSStepperCell-autorepeat">autorepeat</a></h3>
|
|
- (BOOL) <b>autorepeat</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$NSStepperCell-encodeWithCoder:">encodeWithCoder:</a></h3>
|
|
- (void) <b>encodeWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aCoder;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-increment">increment</a></h3>
|
|
- (double) <b>increment</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$NSStepperCell-initWithCoder:">initWithCoder:</a></h3>
|
|
- (id) <b>initWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aDecoder;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-maxValue">maxValue</a></h3>
|
|
- (double) <b>maxValue</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$NSStepperCell-minValue">minValue</a></h3>
|
|
- (double) <b>minValue</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$NSStepperCell-setAutorepeat:">setAutorepeat:</a></h3>
|
|
- (void) <b>setAutorepeat:</b> (BOOL)newAutorepeat;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-setIncrement:">setIncrement:</a></h3>
|
|
- (void) <b>setIncrement:</b> (double)newIncrement;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-setMaxValue:">setMaxValue:</a></h3>
|
|
- (void) <b>setMaxValue:</b> (double)newMaxValue;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-setMinValue:">setMinValue:</a></h3>
|
|
- (void) <b>setMinValue:</b> (double)newMinValue;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-setValueWraps:">setValueWraps:</a></h3>
|
|
- (void) <b>setValueWraps:</b> (BOOL)newValueWraps;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell-valueWraps">valueWraps</a></h3>
|
|
- (BOOL) <b>valueWraps</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the NSStepperCell(Private)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="#class$NSStepperCell">NSStepperCell</a>(<a name="category$NSStepperCell(Private)">Private</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSStepperCell.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="NSStepperCell.html#method$NSStepperCell(Private)-_drawText:">-_drawText:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell(Private)-downButtonRectWithFrame:">-downButtonRectWithFrame:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell(Private)-highlight:upButton:withFrame:inView:">-highlight:upButton:withFrame:inView:</a></li>
|
|
<li><a rel="gsdoc" href="NSStepperCell.html#method$NSStepperCell(Private)-upButtonRectWithFrame:">-upButtonRectWithFrame:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSStepperCell(Private)-_drawText:">_drawText:</a></h3>
|
|
- (void) <b>_drawText:</b> (NSRect)aRect;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell(Private)-downButtonRectWithFrame:">downButtonRectWithFrame:</a></h3>
|
|
- (NSRect) <b>downButtonRectWithFrame:</b> (NSRect)frame;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell(Private)-highlight:upButton:withFrame:inView:">highlight:upButton:withFrame:inView:</a></h3>
|
|
- (void) <b>highlight:</b> (BOOL)highlight<b> upButton:</b> (BOOL)upButton<b> withFrame:</b> (NSRect)frame<b> inView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSStepperCell(Private)-upButtonRectWithFrame:">upButtonRectWithFrame:</a></h3>
|
|
- (NSRect) <b>upButtonRectWithFrame:</b> (NSRect)frame;<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>
|