libs-gui/Documentation/gsdoc/NSActionCell.html
Richard Frith-Macdonald b784ca705b Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
2001-03-03 10:07:01 +00:00

154 lines
4.1 KiB
HTML

<html><head>
<title>NSActionCell</title>
</head>
<body>
<a href ="Introduction.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSAffineTransform.html">[Next]</a>
<h1>NSActionCell</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">NSActionCell</a></h2>
<h2><a name ="NSActionCell">NSActionCell</a></h2>
<p><b>Declared in: </b> Gui/NSActionCell.h</p>
<p><b>Inherits from: </b> NSCell</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSActionCell.html#method-0">-action</a>
<li><a href ="NSActionCell.html#method-1">-controlView</a>
<li><a href ="NSActionCell.html#method-2">-doubleValue</a>
<li><a href ="NSActionCell.html#method-3">-drawWithFrame:</a>
<li><a href ="NSActionCell.html#method-4">-floatValue</a>
<li><a href ="NSActionCell.html#method-5">-intValue</a>
<li><a href ="NSActionCell.html#method-6">-setAction:</a>
<li><a href ="NSActionCell.html#method-7">-setAlignment:</a>
<li><a href ="NSActionCell.html#method-8">-setBezeled:</a>
<li><a href ="NSActionCell.html#method-9">-setBordered:</a>
<li><a href ="NSActionCell.html#method-10">-setEnabled:</a>
<li><a href ="NSActionCell.html#method-11">-setFloatingPointFormat:left:right:</a>
<li><a href ="NSActionCell.html#method-12">-setFont:</a>
<li><a href ="NSActionCell.html#method-13">-setImage:</a>
<li><a href ="NSActionCell.html#method-14">-setObjectValue:</a>
<li><a href ="NSActionCell.html#method-15">-setTag:</a>
<li><a href ="NSActionCell.html#method-16">-setTarget:</a>
<li><a href ="NSActionCell.html#method-17">-stringValue</a>
<li><a href ="NSActionCell.html#method-18">-tag</a>
<li><a href ="NSActionCell.html#method-19">-target</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">action</a></h3>
- (SEL) <b>action</b>;<br>
<hr>
<h3><a name ="method-1">controlView</a></h3>
- (NSView*) <b>controlView</b>;<br>
<hr>
<h3><a name ="method-2">doubleValue</a></h3>
- (double) <b>doubleValue</b>;<br>
<hr>
<h3><a name ="method-3">drawWithFrame:</a></h3>
- (void) <b>drawWithFrame:</b> (NSRect)cellFrame;<br>
<hr>
<h3><a name ="method-4">floatValue</a></h3>
- (float) <b>floatValue</b>;<br>
<hr>
<h3><a name ="method-5">intValue</a></h3>
- (int) <b>intValue</b>;<br>
<hr>
<h3><a name ="method-6">setAction:</a></h3>
- (void) <b>setAction:</b> (SEL)aSelector;<br>
<hr>
<h3><a name ="method-7">setAlignment:</a></h3>
- (void) <b>setAlignment:</b> (NSTextAlignment)mode;<br>
<hr>
<h3><a name ="method-8">setBezeled:</a></h3>
- (void) <b>setBezeled:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-9">setBordered:</a></h3>
- (void) <b>setBordered:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-10">setEnabled:</a></h3>
- (void) <b>setEnabled:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-11">setFloatingPointFormat:left:right:</a></h3>
- (void) <b>setFloatingPointFormat:</b> (BOOL)autoRange <b>left:</b> (unsigned int)leftDigits <b>right:</b> (unsigned int)rightDigits;<br>
<hr>
<h3><a name ="method-12">setFont:</a></h3>
- (void) <b>setFont:</b> (NSFont*)fontObj;<br>
<hr>
<h3><a name ="method-13">setImage:</a></h3>
- (void) <b>setImage:</b> (NSImage*)image;<br>
<hr>
<h3><a name ="method-14">setObjectValue:</a></h3>
- (void) <b>setObjectValue:</b> (id)object;<br>
<hr>
<h3><a name ="method-15">setTag:</a></h3>
- (void) <b>setTag:</b> (int)anInt;<br>
<hr>
<h3><a name ="method-16">setTarget:</a></h3>
- (void) <b>setTarget:</b> (id)anObject;<br>
<hr>
<h3><a name ="method-17">stringValue</a></h3>
- (NSString*) <b>stringValue</b>;<br>
<hr>
<h3><a name ="method-18">tag</a></h3>
- (int) <b>tag</b>;<br>
<hr>
<h3><a name ="method-19">target</a></h3>
- (id) <b>target</b>;<br>
<hr>
</body>
</html>