mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 11:11:55 +00:00
Put html files under cvs so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7b4b666c
commit
6a9b414593
103 changed files with 21298 additions and 1 deletions
126
Documentation/gsdoc/NSForm.html
Normal file
126
Documentation/gsdoc/NSForm.html
Normal file
|
@ -0,0 +1,126 @@
|
|||
<html><head>
|
||||
<title>NSForm</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSFontPanel.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="NSFormCell.html">[Next]</a>
|
||||
<h1>NSForm</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">NSForm</a></h2>
|
||||
<h2><a name="NSForm">NSForm</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSForm.h</p>
|
||||
<p><b>Inherits from:</b> NSMatrix</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSForm.html#method-0">-addEntry:</a>
|
||||
<li><a href="NSForm.html#method-1">-cellAtIndex:</a>
|
||||
<li><a href="NSForm.html#method-2">-drawCellAtIndex:</a>
|
||||
<li><a href="NSForm.html#method-3">-indexOfCellWithTag:</a>
|
||||
<li><a href="NSForm.html#method-4">-indexOfSelectedItem</a>
|
||||
<li><a href="NSForm.html#method-5">-insertEntry:atIndex:</a>
|
||||
<li><a href="NSForm.html#method-6">-removeEntryAtIndex:</a>
|
||||
<li><a href="NSForm.html#method-7">-selectTextAtIndex:</a>
|
||||
<li><a href="NSForm.html#method-8">-setBezeled:</a>
|
||||
<li><a href="NSForm.html#method-9">-setBordered:</a>
|
||||
<li><a href="NSForm.html#method-10">-setEntryWidth:</a>
|
||||
<li><a href="NSForm.html#method-11">-setInterlineSpacing:</a>
|
||||
<li><a href="NSForm.html#method-12">-setTextAlignment:</a>
|
||||
<li><a href="NSForm.html#method-13">-setTextFont:</a>
|
||||
<li><a href="NSForm.html#method-14">-setTitleAlignment:</a>
|
||||
<li><a href="NSForm.html#method-15">-setTitleFont:</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">addEntry:</a></h2>
|
||||
- (NSFormCell*) <b>addEntry:</b> (NSString*)title<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">cellAtIndex:</a></h2>
|
||||
- (id) <b>cellAtIndex:</b> (int)entryIndex<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">drawCellAtIndex:</a></h2>
|
||||
- (void) <b>drawCellAtIndex:</b> (int)entryIndex<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">indexOfCellWithTag:</a></h2>
|
||||
- (int) <b>indexOfCellWithTag:</b> (int)tag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">indexOfSelectedItem</a></h2>
|
||||
- (int) <b>indexOfSelectedItem</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">insertEntry:atIndex:</a></h2>
|
||||
- (NSFormCell*) <b>insertEntry:</b> (NSString*)title <b>atIndex:</b> (int)entryIndex<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">removeEntryAtIndex:</a></h2>
|
||||
- (void) <b>removeEntryAtIndex:</b> (int)entryIndex<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-7">selectTextAtIndex:</a></h2>
|
||||
- (void) <b>selectTextAtIndex:</b> (int)entryIndex<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">setEntryWidth:</a></h2>
|
||||
- (void) <b>setEntryWidth:</b> (float)width<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-11">setInterlineSpacing:</a></h2>
|
||||
- (void) <b>setInterlineSpacing:</b> (float)spacing<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-12">setTextAlignment:</a></h2>
|
||||
- (void) <b>setTextAlignment:</b> (int)alignment<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-13">setTextFont:</a></h2>
|
||||
- (void) <b>setTextFont:</b> (NSFont*)font<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-14">setTitleAlignment:</a></h2>
|
||||
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)alignment<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-15">setTitleFont:</a></h2>
|
||||
- (void) <b>setTitleFont:</b> (NSFont*)font<br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue