mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:11:13 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
740 lines
30 KiB
HTML
740 lines
30 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSControl</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSControl">NSControl</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
|
|
scottc@net-community.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
richard@brainstorm.co.uk
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
The abstract control class
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSControl class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the
|
|
NSObject(NSControlDelegate)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSControl class
|
|
</a></h1>
|
|
<h2><a name="class$NSControl">NSControl</a> : <a rel="gsdoc" href="NSView.html#class$NSView">NSView</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSControl.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl+cellClass">+cellClass</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl+setCellClass:">+setCellClass:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-abortEditing">-abortEditing</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-action">-action</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-alignment">-alignment</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-calcSize">-calcSize</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-cell">-cell</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-currentEditor">-currentEditor</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-doubleValue">-doubleValue</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-drawCell:">-drawCell:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-drawCellInside:">-drawCellInside:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-floatValue">-floatValue</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-font">-font</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-ignoresMultiClick">-ignoresMultiClick</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-initWithFrame:">-initWithFrame:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-intValue">-intValue</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-isContinuous">-isContinuous</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-isEnabled">-isEnabled</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-mouseDown:">-mouseDown:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-objectValue">-objectValue</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-performClick:">-performClick:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-refusesFirstResponder">-refusesFirstResponder</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-selectCell:">-selectCell:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-selectedCell">-selectedCell</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-selectedTag">-selectedTag</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-sendAction:to:">-sendAction:to:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-sendActionOn:">-sendActionOn:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setAction:">-setAction:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setAlignment:">-setAlignment:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setCell:">-setCell:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setContinuous:">-setContinuous:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setDoubleValue:">-setDoubleValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setEnabled:">-setEnabled:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setFloatValue:">-setFloatValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setFloatingPointFormat:left:right:">-setFloatingPointFormat:left:right:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setFont:">-setFont:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setIgnoresMultiClick:">-setIgnoresMultiClick:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setIntValue:">-setIntValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setNeedsDisplay">-setNeedsDisplay</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setObjectValue:">-setObjectValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setRefusesFirstResponder:">-setRefusesFirstResponder:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setStringValue:">-setStringValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setTag:">-setTag:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-setTarget:">-setTarget:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-sizeToFit">-sizeToFit</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-stringValue">-stringValue</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-tag">-tag</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-takeDoubleValueFrom:">-takeDoubleValueFrom:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-takeFloatValueFrom:">-takeFloatValueFrom:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-takeIntValueFrom:">-takeIntValueFrom:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-takeObjectValueFrom:">-takeObjectValueFrom:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-takeStringValueFrom:">-takeStringValueFrom:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-target">-target</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-updateCell:">-updateCell:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-updateCellInside:">-updateCellInside:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSControl-validateEditing">-validateEditing</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSControl+cellClass">cellClass</a></h3>
|
|
+ (Class) <b>cellClass</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl+setCellClass:">setCellClass:</a></h3>
|
|
+ (void) <b>setCellClass:</b> (Class)factoryId;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-abortEditing">abortEditing</a></h3>
|
|
- (BOOL) <b>abortEditing</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-action">action</a></h3>
|
|
- (SEL) <b>action</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-alignment">alignment</a></h3>
|
|
- (NSTextAlignment) <b>alignment</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-calcSize">calcSize</a></h3>
|
|
- (void) <b>calcSize</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-cell">cell</a></h3>
|
|
- (id) <b>cell</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-currentEditor">currentEditor</a></h3>
|
|
- (<a rel="gsdoc" href="NSText.html#class$NSText">NSText</a>*) <b>currentEditor</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-doubleValue">doubleValue</a></h3>
|
|
- (double) <b>doubleValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-drawCell:">drawCell:</a></h3>
|
|
- (void) <b>drawCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-drawCellInside:">drawCellInside:</a></h3>
|
|
- (void) <b>drawCellInside:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-floatValue">floatValue</a></h3>
|
|
- (float) <b>floatValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-font">font</a></h3>
|
|
- (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*) <b>font</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-ignoresMultiClick">ignoresMultiClick</a></h3>
|
|
- (BOOL) <b>ignoresMultiClick</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-initWithFrame:">initWithFrame:</a></h3>
|
|
- (id) <b>initWithFrame:</b> (NSRect)frameRect;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-intValue">intValue</a></h3>
|
|
- (int) <b>intValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-isContinuous">isContinuous</a></h3>
|
|
- (BOOL) <b>isContinuous</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-isEnabled">isEnabled</a></h3>
|
|
- (BOOL) <b>isEnabled</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-mouseDown:">mouseDown:</a></h3>
|
|
- (void) <b>mouseDown:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-objectValue">objectValue</a></h3>
|
|
- (id) <b>objectValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-performClick:">performClick:</a></h3>
|
|
- (void) <b>performClick:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-refusesFirstResponder">refusesFirstResponder</a></h3>
|
|
- (BOOL) <b>refusesFirstResponder</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-selectCell:">selectCell:</a></h3>
|
|
- (void) <b>selectCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-selectedCell">selectedCell</a></h3>
|
|
- (id) <b>selectedCell</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-selectedTag">selectedTag</a></h3>
|
|
- (int) <b>selectedTag</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-sendAction:to:">sendAction:to:</a></h3>
|
|
- (BOOL) <b>sendAction:</b> (SEL)theAction<b> to:</b> (id)theTarget;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-sendActionOn:">sendActionOn:</a></h3>
|
|
- (int) <b>sendActionOn:</b> (int)mask;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setAction:">setAction:</a></h3>
|
|
- (void) <b>setAction:</b> (SEL)aSelector;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setAlignment:">setAlignment:</a></h3>
|
|
- (void) <b>setAlignment:</b> (NSTextAlignment)mode;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setCell:">setCell:</a></h3>
|
|
- (void) <b>setCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setContinuous:">setContinuous:</a></h3>
|
|
- (void) <b>setContinuous:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setDoubleValue:">setDoubleValue:</a></h3>
|
|
- (void) <b>setDoubleValue:</b> (double)aDouble;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setEnabled:">setEnabled:</a></h3>
|
|
- (void) <b>setEnabled:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setFloatValue:">setFloatValue:</a></h3>
|
|
- (void) <b>setFloatValue:</b> (float)aFloat;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setFloatingPointFormat:left:right:">setFloatingPointFormat:left:right:</a></h3>
|
|
- (void) <b>setFloatingPointFormat:</b> (BOOL)autoRange<b> left:</b> (unsigned)leftDigits<b> right:</b> (unsigned)rightDigits;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setFont:">setFont:</a></h3>
|
|
- (void) <b>setFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)fontObject;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setIgnoresMultiClick:">setIgnoresMultiClick:</a></h3>
|
|
- (void) <b>setIgnoresMultiClick:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setIntValue:">setIntValue:</a></h3>
|
|
- (void) <b>setIntValue:</b> (int)anInt;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setNeedsDisplay">setNeedsDisplay</a></h3>
|
|
- (void) <b>setNeedsDisplay</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setObjectValue:">setObjectValue:</a></h3>
|
|
- (void) <b>setObjectValue:</b> (id)anObject;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setRefusesFirstResponder:">setRefusesFirstResponder:</a></h3>
|
|
- (void) <b>setRefusesFirstResponder:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setStringValue:">setStringValue:</a></h3>
|
|
- (void) <b>setStringValue:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)aString;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setTag:">setTag:</a></h3>
|
|
- (void) <b>setTag:</b> (int)anInt;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-setTarget:">setTarget:</a></h3>
|
|
- (void) <b>setTarget:</b> (id)anObject;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-sizeToFit">sizeToFit</a></h3>
|
|
- (void) <b>sizeToFit</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-stringValue">stringValue</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>stringValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-tag">tag</a></h3>
|
|
- (int) <b>tag</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-takeDoubleValueFrom:">takeDoubleValueFrom:</a></h3>
|
|
- (void) <b>takeDoubleValueFrom:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-takeFloatValueFrom:">takeFloatValueFrom:</a></h3>
|
|
- (void) <b>takeFloatValueFrom:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-takeIntValueFrom:">takeIntValueFrom:</a></h3>
|
|
- (void) <b>takeIntValueFrom:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-takeObjectValueFrom:">takeObjectValueFrom:</a></h3>
|
|
- (void) <b>takeObjectValueFrom:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-takeStringValueFrom:">takeStringValueFrom:</a></h3>
|
|
- (void) <b>takeStringValueFrom:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-target">target</a></h3>
|
|
- (id) <b>target</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-updateCell:">updateCell:</a></h3>
|
|
- (void) <b>updateCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-updateCellInside:">updateCellInside:</a></h3>
|
|
- (void) <b>updateCellInside:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSControl-validateEditing">validateEditing</a></h3>
|
|
- (void) <b>validateEditing</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSObject(NSControlDelegate)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSControlDelegate)">NSControlDelegate</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSControl.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-control:didFailToFormatString:errorDescription:">-control:didFailToFormatString:errorDescription:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-control:didFailToValidatePartialString:errorDescription:">-control:didFailToValidatePartialString:errorDescription:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-control:isValidObject:">-control:isValidObject:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-control:textShouldBeginEditing:">-control:textShouldBeginEditing:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-control:textShouldEndEditing:">-control:textShouldEndEditing:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-controlTextDidBeginEditing:">-controlTextDidBeginEditing:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-controlTextDidChange:">-controlTextDidChange:</a></li>
|
|
<li><a rel="gsdoc" href="NSControl.html#method$NSObject(NSControlDelegate)-controlTextDidEndEditing:">-controlTextDidEndEditing:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-control:didFailToFormatString:errorDescription:">control:didFailToFormatString:errorDescription:</a></h3>
|
|
- (BOOL) <b>control:</b> (<a rel="gsdoc" href="#class$NSControl">NSControl</a>*)control<b> didFailToFormatString:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)string<b> errorDescription:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)error;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-control:didFailToValidatePartialString:errorDescription:">control:didFailToValidatePartialString:errorDescription:</a></h3>
|
|
- (void) <b>control:</b> (<a rel="gsdoc" href="#class$NSControl">NSControl</a>*)control<b> didFailToValidatePartialString:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)string<b> errorDescription:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)error;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-control:isValidObject:">control:isValidObject:</a></h3>
|
|
- (BOOL) <b>control:</b> (<a rel="gsdoc" href="#class$NSControl">NSControl</a>*)control<b> isValidObject:</b> (id)object;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-control:textShouldBeginEditing:">control:textShouldBeginEditing:</a></h3>
|
|
- (BOOL) <b>control:</b> (<a rel="gsdoc" href="#class$NSControl">NSControl</a>*)control<b> textShouldBeginEditing:</b> (<a rel="gsdoc" href="NSText.html#class$NSText">NSText</a>*)fieldEditor;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-control:textShouldEndEditing:">control:textShouldEndEditing:</a></h3>
|
|
- (BOOL) <b>control:</b> (<a rel="gsdoc" href="#class$NSControl">NSControl</a>*)control<b> textShouldEndEditing:</b> (<a rel="gsdoc" href="NSText.html#class$NSText">NSText</a>*)fieldEditor;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-controlTextDidBeginEditing:">controlTextDidBeginEditing:</a></h3>
|
|
- (void) <b>controlTextDidBeginEditing:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-controlTextDidChange:">controlTextDidChange:</a></h3>
|
|
- (void) <b>controlTextDidChange:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSControlDelegate)-controlTextDidEndEditing:">controlTextDidEndEditing:</a></h3>
|
|
- (void) <b>controlTextDidEndEditing:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|