mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 20:01:12 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
243 lines
5.4 KiB
HTML
243 lines
5.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSTextField</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSTextField</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>Felipe A. Rodriguez(<a href="mailto:far@ix.netcom.com"><code>
|
|
far@ix.netcom.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Nicola Pero(<a href="mailto:n.pero@mi.flashnet.it"><code>
|
|
n.pero@mi.flashnet.it
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
Text field control class for text entry
|
|
</blockquote>
|
|
<p>Copyright: (C) 1996 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSTextField class
|
|
</h1>
|
|
<h2><a name="class$NSTextField">NSTextField</a> : <a href="NSControl.html#class$NSControl">NSControl</a></h2>
|
|
Declared: AppKit/NSTextField.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>acceptsFirstResponder</a></h3>
|
|
- (BOOL) <b>acceptsFirstResponder</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>allowsEditingTextAttributes</a></h3>
|
|
- (BOOL) <b>allowsEditingTextAttributes</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>backgroundColor</a></h3>
|
|
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>delegate</a></h3>
|
|
- (id) <b>delegate</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawsBackground</a></h3>
|
|
- (BOOL) <b>drawsBackground</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>errorAction</a></h3>
|
|
- (SEL) <b>errorAction</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>importsGraphics</a></h3>
|
|
- (BOOL) <b>importsGraphics</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isBezeled</a></h3>
|
|
- (BOOL) <b>isBezeled</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isBordered</a></h3>
|
|
- (BOOL) <b>isBordered</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isEditable</a></h3>
|
|
- (BOOL) <b>isEditable</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isSelectable</a></h3>
|
|
- (BOOL) <b>isSelectable</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>nextText</a></h3>
|
|
- (id) <b>nextText</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>previousText</a></h3>
|
|
- (id) <b>previousText</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectText:</a></h3>
|
|
- (void) <b>selectText:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAllowsEditingTextAttributes:</a></h3>
|
|
- (void) <b>setAllowsEditingTextAttributes:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setBackgroundColor:</a></h3>
|
|
- (void) <b>setBackgroundColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setBezeled:</a></h3>
|
|
- (void) <b>setBezeled:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setBordered:</a></h3>
|
|
- (void) <b>setBordered:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDrawsBackground:</a></h3>
|
|
- (void) <b>setDrawsBackground:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setEditable:</a></h3>
|
|
- (void) <b>setEditable:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setErrorAction:</a></h3>
|
|
- (void) <b>setErrorAction:</b> (SEL)aSelector;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setImportsGraphics:</a></h3>
|
|
- (void) <b>setImportsGraphics:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setNextText:</a></h3>
|
|
- (void) <b>setNextText:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setPreviousText:</a></h3>
|
|
- (void) <b>setPreviousText:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setSelectable:</a></h3>
|
|
- (void) <b>setSelectable:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTextColor:</a></h3>
|
|
- (void) <b>setTextColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTitleWithMnemonic:</a></h3>
|
|
- (void) <b>setTitleWithMnemonic:</b> (NSString*)aString;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textColor</a></h3>
|
|
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>textColor</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textDidBeginEditing:</a></h3>
|
|
- (void) <b>textDidBeginEditing:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textDidChange:</a></h3>
|
|
- (void) <b>textDidChange:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textDidEndEditing:</a></h3>
|
|
- (void) <b>textDidEndEditing:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textShouldBeginEditing:</a></h3>
|
|
- (BOOL) <b>textShouldBeginEditing:</b> (<a href="NSText.html#class$NSText">NSText</a>*)textObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textShouldEndEditing:</a></h3>
|
|
- (BOOL) <b>textShouldEndEditing:</b> (<a href="NSText.html#class$NSText">NSText</a>*)aTextObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|