libs-gui/Documentation/gsdoc/NSActionCell.html
Richard Frith-MacDonald f086b4e60a Fixed linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
2000-04-10 05:29:53 +00:00

150 lines
3.9 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: 0.1</p>
<p>Date: 28 February, 2000</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>
<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><a name="method-0">action</a></h2>
- (SEL) <b>action</b><br>
<hr>
<h2><a name="method-1">controlView</a></h2>
- (NSView*) <b>controlView</b><br>
<hr>
<h2><a name="method-2">doubleValue</a></h2>
- (double) <b>doubleValue</b><br>
<hr>
<h2><a name="method-3">drawWithFrame:</a></h2>
- (void) <b>drawWithFrame:</b> (NSRect)cellFrame<br>
<hr>
<h2><a name="method-4">floatValue</a></h2>
- (float) <b>floatValue</b><br>
<hr>
<h2><a name="method-5">intValue</a></h2>
- (int) <b>intValue</b><br>
<hr>
<h2><a name="method-6">setAction:</a></h2>
- (void) <b>setAction:</b> (SEL)aSelector<br>
<hr>
<h2><a name="method-7">setAlignment:</a></h2>
- (void) <b>setAlignment:</b> (NSTextAlignment)mode<br>
<hr>
<h2><a name="method-8">setBezeled:</a></h2>
- (void) <b>setBezeled:</b> (BOOL)flag<br>
<hr>
<h2><a name="method-9">setBordered:</a></h2>
- (void) <b>setBordered:</b> (BOOL)flag<br>
<hr>
<h2><a name="method-10">setEnabled:</a></h2>
- (void) <b>setEnabled:</b> (BOOL)flag<br>
<hr>
<h2><a name="method-11">setFloatingPointFormat:left:right:</a></h2>
- (void) <b>setFloatingPointFormat:</b> (BOOL)autoRange <b>left:</b> (unsigned int)leftDigits <b>right:</b> (unsigned int)rightDigits<br>
<hr>
<h2><a name="method-12">setFont:</a></h2>
- (void) <b>setFont:</b> (NSFont*)fontObj<br>
<hr>
<h2><a name="method-13">setImage:</a></h2>
- (void) <b>setImage:</b> (NSImage*)image<br>
<hr>
<h2><a name="method-14">setObjectValue:</a></h2>
- (void) <b>setObjectValue:</b> (id)object<br>
<hr>
<h2><a name="method-15">setTag:</a></h2>
- (void) <b>setTag:</b> (int)anInt<br>
<hr>
<h2><a name="method-16">setTarget:</a></h2>
- (void) <b>setTarget:</b> (id)anObject<br>
<hr>
<h2><a name="method-17">stringValue</a></h2>
- (NSString*) <b>stringValue</b><br>
<hr>
<h2><a name="method-18">tag</a></h2>
- (int) <b>tag</b><br>
<hr>
<h2><a name="method-19">target</a></h2>
- (id) <b>target</b><br>
<hr>
</body>
</html>