libs-steptalk/Documentation/Reference/STSelector.html
Stefan Urbanek cf2f181fe7 just commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18933 72102866-910b-0410-8b05-ffd578937521
2004-03-27 23:32:04 +00:00

79 lines
2.3 KiB
HTML

<html>
<head>
<title>STSelector class documentation</title>
</head>
<body>
<a href="StepTalk.html">Up</a>
<br />
<h1><a name="title$STSelector">STSelector class documentation</a></h1>
<h3>Authors</h3>
<dl>
<dt>Generated by me</dt>
<dd>
</dd>
</dl>
<div>
</div>
<h1><a name="001000000000">
Software documentation for the STSelector class
</a></h1>
<h2><a name="class$STSelector">STSelector</a> : NSObject</h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>StepTalk/STSelector.h</dd>
</dl>
</blockquote>
<p>
<em>Description forthcoming.</em>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="STSelector.html#method$STSelector-initWithName:">-initWithName:</a></li>
<li><a rel="gsdoc" href="STSelector.html#method$STSelector-initWithSelector:">-initWithSelector:</a></li>
<li><a rel="gsdoc" href="STSelector.html#method$STSelector-selectorName">-selectorName</a></li>
<li><a rel="gsdoc" href="STSelector.html#method$STSelector-selectorValue">-selectorValue</a></li>
<li><a rel="gsdoc" href="STSelector.html#method$STSelector-stringValue">-stringValue</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$STSelector-initWithName:">initWithName:</a></h3>
- (id) <b>initWithName:</b> (NSString*)aString;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$STSelector-initWithSelector:">initWithSelector:</a></h3>
- (id) <b>initWithSelector:</b> (SEL)aSel;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$STSelector-selectorName">selectorName</a></h3>
- (NSString*) <b>selectorName</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$STSelector-selectorValue">selectorValue</a></h3>
- (SEL) <b>selectorValue</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<br />
<a href="StepTalk.html">Up</a>
</body>
</html>