mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:20:48 +00:00
Markup for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86eca68043
commit
c51f4265da
289 changed files with 33853 additions and 23024 deletions
|
@ -1,244 +1,291 @@
|
|||
<html><head>
|
||||
<title>NSComboBox</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSColorWell.html">[Previous] </a>
|
||||
<a href ="Gui.html">[Up] </a>
|
||||
<a href ="NSComboBoxCell.html">[Next] </a>
|
||||
<h1>NSComboBox</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">NSComboBox</a></h2>
|
||||
<h2><a name ="NSComboBox">NSComboBox</a></h2>
|
||||
<p><b>Declared in: </b> Gui/NSComboBox.h</p>
|
||||
<p><b>Inherits from: </b> NSTextField</p>
|
||||
<p><b>Conforms to: </b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
<html>
|
||||
<head>
|
||||
<title>NSComboBox</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>NSComboBox</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt>Gerrit van Dyk(<a href="mailto:gerritvd@decillion.net"><code>
|
||||
gerritvd@decillion.net
|
||||
</code></a>)</dt>
|
||||
<dd>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>Copyright: (C) 1999 Free Software Foundation, Inc.</p>
|
||||
<h1>
|
||||
Software documentation for the NSComboBox class
|
||||
</h1>
|
||||
<h2><a name="class$NSComboBox">NSComboBox</a> : <a href="NSTextField.html#class$NSTextField">NSTextField</a></h2>
|
||||
Declared: AppKit/NSComboBox.h<br />
|
||||
<p>
|
||||
|
||||
|
||||
<h2>Instance Variables </h2>
|
||||
<ul>
|
||||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li ><a href ="NSComboBox.html#method-1">-addItemWithObjectValue:</a>
|
||||
<li ><a href ="NSComboBox.html#method-0">-addItemsWithObjectValues:</a>
|
||||
<li ><a href ="NSComboBox.html#method-2">-completes</a>
|
||||
<li ><a href ="NSComboBox.html#method-3">-dataSource</a>
|
||||
<li ><a href ="NSComboBox.html#method-4">-deselectItemAtIndex:</a>
|
||||
<li ><a href ="NSComboBox.html#method-5">-encodeWithCoder:</a>
|
||||
<li ><a href ="NSComboBox.html#method-6">-hasVerticalScroller</a>
|
||||
<li ><a href ="NSComboBox.html#method-7">-indexOfItemWithObjectValue:</a>
|
||||
<li ><a href ="NSComboBox.html#method-8">-indexOfSelectedItem</a>
|
||||
<li ><a href ="NSComboBox.html#method-9">-initWithCoder:</a>
|
||||
<li ><a href ="NSComboBox.html#method-10">-insertItemWithObjectValue:</a>
|
||||
<li ><a href ="NSComboBox.html#method-11">-intercellSpacing</a>
|
||||
<li ><a href ="NSComboBox.html#method-12">-itemHeight</a>
|
||||
<li ><a href ="NSComboBox.html#method-13">-itemObjectValueAtIndex:</a>
|
||||
<li ><a href ="NSComboBox.html#method-14">-noteNumberOfItemsChanged</a>
|
||||
<li ><a href ="NSComboBox.html#method-15">-numberOfItems</a>
|
||||
<li ><a href ="NSComboBox.html#method-16">-numberOfVisibleItems</a>
|
||||
<li ><a href ="NSComboBox.html#method-17">-objectValueOfSelectedItem</a>
|
||||
<li ><a href ="NSComboBox.html#method-18">-objectValues</a>
|
||||
<li ><a href ="NSComboBox.html#method-19">-reloadData</a>
|
||||
<li ><a href ="NSComboBox.html#method-20">-removeAllItems</a>
|
||||
<li ><a href ="NSComboBox.html#method-21">-removeItemAtIndex:</a>
|
||||
<li ><a href ="NSComboBox.html#method-22">-removeItemWithObjectValue:</a>
|
||||
<li ><a href ="NSComboBox.html#method-23">-scrollItemAtIndexToTop:</a>
|
||||
<li ><a href ="NSComboBox.html#method-24">-scrollItemAtIndexToVisible:</a>
|
||||
<li ><a href ="NSComboBox.html#method-25">-selectItemAtIndex:</a>
|
||||
<li ><a href ="NSComboBox.html#method-26">-selectItemWithObjectValue:</a>
|
||||
<li ><a href ="NSComboBox.html#method-27">-setCompletes:</a>
|
||||
<li ><a href ="NSComboBox.html#method-28">-setDataSource:</a>
|
||||
<li ><a href ="NSComboBox.html#method-29">-setHasVerticalScroller:</a>
|
||||
<li ><a href ="NSComboBox.html#method-30">-setIntercellSpacing:</a>
|
||||
<li ><a href ="NSComboBox.html#method-31">-setItemHeight:</a>
|
||||
<li ><a href ="NSComboBox.html#method-32">-setNumberOfVisibleItems:</a>
|
||||
<li ><a href ="NSComboBox.html#method-33">-setUsesDataSource:</a>
|
||||
<li ><a href ="NSComboBox.html#method-34">-usesDataSource</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">addItemsWithObjectValues:</a></h3>
|
||||
- (void) <b>addItemsWithObjectValues:</b> (id)objects;<br>
|
||||
</p>
|
||||
<h3>addItemWithObjectValue:</a></h3>
|
||||
- (void) <b>addItemWithObjectValue:</b> (id)object;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-1">addItemWithObjectValue:</a></h3>
|
||||
- (void) <b>addItemWithObjectValue:</b> (id)anObject;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>addItemsWithObjectValues:</a></h3>
|
||||
- (void) <b>addItemsWithObjectValues:</b> (NSArray*)objects;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-2">completes</a></h3>
|
||||
- (BOOL) <b>completes</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>completes</a></h3>
|
||||
- (BOOL) <b>completes</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">dataSource</a></h3>
|
||||
- (id) <b>dataSource</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>dataSource</a></h3>
|
||||
- (id) <b>dataSource</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-4">deselectItemAtIndex:</a></h3>
|
||||
- (void) <b>deselectItemAtIndex:</b> (int)index;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>deselectItemAtIndex:</a></h3>
|
||||
- (void) <b>deselectItemAtIndex:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-5">encodeWithCoder:</a></h3>
|
||||
- (void) <b>encodeWithCoder:</b> (NSCoder*)encoder;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>hasVerticalScroller</a></h3>
|
||||
- (BOOL) <b>hasVerticalScroller</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-6">hasVerticalScroller</a></h3>
|
||||
- (BOOL) <b>hasVerticalScroller</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>indexOfItemWithObjectValue:</a></h3>
|
||||
- (int) <b>indexOfItemWithObjectValue:</b> (id)object;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-7">indexOfItemWithObjectValue:</a></h3>
|
||||
- (int) <b>indexOfItemWithObjectValue:</b> (id)anObject;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>indexOfSelectedItem</a></h3>
|
||||
- (int) <b>indexOfSelectedItem</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-8">indexOfSelectedItem</a></h3>
|
||||
- (int) <b>indexOfSelectedItem</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>insertItemWithObjectValue:atIndex:</a></h3>
|
||||
- (void) <b>insertItemWithObjectValue:</b> (id)object<b> atIndex:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-9">initWithCoder:</a></h3>
|
||||
- (id) <b>initWithCoder:</b> (NSCoder*)decoder;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>intercellSpacing</a></h3>
|
||||
- (NSSize) <b>intercellSpacing</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-10">insertItemWithObjectValue:</a></h3>
|
||||
- (void) <b>insertItemWithObjectValue:</b> (id)anObject;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>itemHeight</a></h3>
|
||||
- (float) <b>itemHeight</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-11">intercellSpacing</a></h3>
|
||||
- (NSSize) <b>intercellSpacing</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>itemObjectValueAtIndex:</a></h3>
|
||||
- (id) <b>itemObjectValueAtIndex:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-12">itemHeight</a></h3>
|
||||
- (float) <b>itemHeight</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>noteNumberOfItemsChanged</a></h3>
|
||||
- (void) <b>noteNumberOfItemsChanged</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-13">itemObjectValueAtIndex:</a></h3>
|
||||
- (id) <b>itemObjectValueAtIndex:</b> (int)index;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>numberOfItems</a></h3>
|
||||
- (int) <b>numberOfItems</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-14">noteNumberOfItemsChanged</a></h3>
|
||||
- (void) <b>noteNumberOfItemsChanged</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>numberOfVisibleItems</a></h3>
|
||||
- (int) <b>numberOfVisibleItems</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-15">numberOfItems</a></h3>
|
||||
- (int) <b>numberOfItems</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>objectValueOfSelectedItem</a></h3>
|
||||
- (id) <b>objectValueOfSelectedItem</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-16">numberOfVisibleItems</a></h3>
|
||||
- (int) <b>numberOfVisibleItems</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>objectValues</a></h3>
|
||||
- (NSArray*) <b>objectValues</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-17">objectValueOfSelectedItem</a></h3>
|
||||
- (id) <b>objectValueOfSelectedItem</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>reloadData</a></h3>
|
||||
- (void) <b>reloadData</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-18">objectValues</a></h3>
|
||||
- (NSArray*) <b>objectValues</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>removeAllItems</a></h3>
|
||||
- (void) <b>removeAllItems</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-19">reloadData</a></h3>
|
||||
- (void) <b>reloadData</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>removeItemAtIndex:</a></h3>
|
||||
- (void) <b>removeItemAtIndex:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-20">removeAllItems</a></h3>
|
||||
- (void) <b>removeAllItems</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>removeItemWithObjectValue:</a></h3>
|
||||
- (void) <b>removeItemWithObjectValue:</b> (id)object;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-21">removeItemAtIndex:</a></h3>
|
||||
- (void) <b>removeItemAtIndex:</b> (int)index;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>scrollItemAtIndexToTop:</a></h3>
|
||||
- (void) <b>scrollItemAtIndexToTop:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-22">removeItemWithObjectValue:</a></h3>
|
||||
- (void) <b>removeItemWithObjectValue:</b> (id)anObject;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>scrollItemAtIndexToVisible:</a></h3>
|
||||
- (void) <b>scrollItemAtIndexToVisible:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-23">scrollItemAtIndexToTop:</a></h3>
|
||||
- (void) <b>scrollItemAtIndexToTop:</b> (int)index;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>selectItemAtIndex:</a></h3>
|
||||
- (void) <b>selectItemAtIndex:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-24">scrollItemAtIndexToVisible:</a></h3>
|
||||
- (void) <b>scrollItemAtIndexToVisible:</b> (int)index;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>selectItemWithObjectValue:</a></h3>
|
||||
- (void) <b>selectItemWithObjectValue:</b> (id)object;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-25">selectItemAtIndex:</a></h3>
|
||||
- (void) <b>selectItemAtIndex:</b> (int)index;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setCompletes:</a></h3>
|
||||
- (void) <b>setCompletes:</b> (BOOL)completes;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-26">selectItemWithObjectValue:</a></h3>
|
||||
- (void) <b>selectItemWithObjectValue:</b> (id)anObject;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setDataSource:</a></h3>
|
||||
- (void) <b>setDataSource:</b> (id)aSource;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-27">setCompletes:</a></h3>
|
||||
- (void) <b>setCompletes:</b> (BOOL)completes;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setHasVerticalScroller:</a></h3>
|
||||
- (void) <b>setHasVerticalScroller:</b> (BOOL)flag;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-28">setDataSource:</a></h3>
|
||||
- (void) <b>setDataSource:</b> (id)aSource;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setIntercellSpacing:</a></h3>
|
||||
- (void) <b>setIntercellSpacing:</b> (NSSize)aSize;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-29">setHasVerticalScroller:</a></h3>
|
||||
- (void) <b>setHasVerticalScroller:</b> (BOOL)flag;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setItemHeight:</a></h3>
|
||||
- (void) <b>setItemHeight:</b> (float)itemHeight;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-30">setIntercellSpacing:</a></h3>
|
||||
- (void) <b>setIntercellSpacing:</b> (NSSize)aSize;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setNumberOfVisibleItems:</a></h3>
|
||||
- (void) <b>setNumberOfVisibleItems:</b> (int)visibleItems;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-31">setItemHeight:</a></h3>
|
||||
- (void) <b>setItemHeight:</b> (float)itemHeight;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setUsesDataSource:</a></h3>
|
||||
- (void) <b>setUsesDataSource:</b> (BOOL)flag;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-32">setNumberOfVisibleItems:</a></h3>
|
||||
- (void) <b>setNumberOfVisibleItems:</b> (int)visibleItems;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>usesDataSource</a></h3>
|
||||
- (BOOL) <b>usesDataSource</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-33">setUsesDataSource:</a></h3>
|
||||
- (void) <b>setUsesDataSource:</b> (BOOL)flag;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h1>
|
||||
Software documentation for the
|
||||
NSObject(NSComboBoxDataSource)
|
||||
category
|
||||
</h1>
|
||||
<h2>NSObject(<a name="category$NSObject(NSComboBoxDataSource)">NSComboBoxDataSource</a>)</h2>
|
||||
Declared: AppKit/NSComboBox.h<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-34">usesDataSource</a></h3>
|
||||
- (BOOL) <b>usesDataSource</b>;<br>
|
||||
</p>
|
||||
<h3>comboBox:completedString:</a></h3>
|
||||
- (NSString*) <b>comboBox:</b> (<a href="#class$NSComboBox">NSComboBox</a>*)aComboBox<b> completedString:</b> (NSString*)aString;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>comboBox:indexOfItemWithStringValue:</a></h3>
|
||||
- (unsigned int) <b>comboBox:</b> (<a href="#class$NSComboBox">NSComboBox</a>*)aComboBox<b> indexOfItemWithStringValue:</b> (NSString*)string;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>comboBox:objectValueForItemAtIndex:</a></h3>
|
||||
- (id) <b>comboBox:</b> (<a href="#class$NSComboBox">NSComboBox</a>*)aComboBox<b> objectValueForItemAtIndex:</b> (int)index;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>numberOfItemsInComboBox:</a></h3>
|
||||
- (int) <b>numberOfItemsInComboBox:</b> (<a href="#class$NSComboBox">NSComboBox</a>*)aComboBox;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h1>
|
||||
Software documentation for the
|
||||
NSObject(NSComboBoxNotifications)
|
||||
category
|
||||
</h1>
|
||||
<h2>NSObject(<a name="category$NSObject(NSComboBoxNotifications)">NSComboBoxNotifications</a>)</h2>
|
||||
Declared: AppKit/NSComboBox.h<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<h3>comboBoxSelectionDidChange:</a></h3>
|
||||
- (void) <b>comboBoxSelectionDidChange:</b> (NSNotification*)notification;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>comboBoxSelectionIsChanging:</a></h3>
|
||||
- (void) <b>comboBoxSelectionIsChanging:</b> (NSNotification*)notification;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>comboBoxWillDismiss:</a></h3>
|
||||
- (void) <b>comboBoxWillDismiss:</b> (NSNotification*)notification;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>comboBoxWillPopUp:</a></h3>
|
||||
- (void) <b>comboBoxWillPopUp:</b> (NSNotification*)notification;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue