mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:41:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
228 lines
6.4 KiB
HTML
228 lines
6.4 KiB
HTML
<html><head>
|
|
<title>NSTextField</title>
|
|
</head>
|
|
<body>
|
|
<a href="NSTextContainer.html">[Previous]</a>
|
|
<a href="Gui.html">[Up]</a>
|
|
<a href="NSTextFieldCell.html">[Next]</a>
|
|
<h1>NSTextField</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">NSTextField</a></h2>
|
|
<h2><a name="NSTextField">NSTextField</a></h2>
|
|
<p><b>Declared in:</b> Gui/NSTextField.h</p>
|
|
<p><b>Inherits from:</b> NSControl</p>
|
|
<p><b>Conforms to:</b> NSCoding
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<ul>
|
|
<li><a href="NSTextField.html#method-0">-acceptsFirstResponder</a>
|
|
<li><a href="NSTextField.html#method-1">-allowsEditingTextAttributes</a>
|
|
<li><a href="NSTextField.html#method-2">-backgroundColor</a>
|
|
<li><a href="NSTextField.html#method-3">-delegate</a>
|
|
<li><a href="NSTextField.html#method-4">-drawsBackground</a>
|
|
<li><a href="NSTextField.html#method-5">-errorAction</a>
|
|
<li><a href="NSTextField.html#method-6">-importsGraphics</a>
|
|
<li><a href="NSTextField.html#method-7">-isBezeled</a>
|
|
<li><a href="NSTextField.html#method-8">-isBordered</a>
|
|
<li><a href="NSTextField.html#method-9">-isEditable</a>
|
|
<li><a href="NSTextField.html#method-10">-isSelectable</a>
|
|
<li><a href="NSTextField.html#method-11">-nextText</a>
|
|
<li><a href="NSTextField.html#method-12">-previousText</a>
|
|
<li><a href="NSTextField.html#method-13">-selectText:</a>
|
|
<li><a href="NSTextField.html#method-14">-setAllowsEditingTextAttributes:</a>
|
|
<li><a href="NSTextField.html#method-15">-setBackgroundColor:</a>
|
|
<li><a href="NSTextField.html#method-16">-setBezeled:</a>
|
|
<li><a href="NSTextField.html#method-17">-setBordered:</a>
|
|
<li><a href="NSTextField.html#method-18">-setDelegate:</a>
|
|
<li><a href="NSTextField.html#method-19">-setDrawsBackground:</a>
|
|
<li><a href="NSTextField.html#method-20">-setEditable:</a>
|
|
<li><a href="NSTextField.html#method-21">-setErrorAction:</a>
|
|
<li><a href="NSTextField.html#method-22">-setImportsGraphics:</a>
|
|
<li><a href="NSTextField.html#method-23">-setPreviousText:</a>
|
|
<li><a href="NSTextField.html#method-24">-setSelectable:</a>
|
|
<li><a href="NSTextField.html#method-25">-setTextColor:</a>
|
|
<li><a href="NSTextField.html#method-26">-setTitleWithMnemonic:</a>
|
|
<li><a href="NSTextField.html#method-27">-textColor</a>
|
|
<li><a href="NSTextField.html#method-28">-textDidBeginEditing:</a>
|
|
<li><a href="NSTextField.html#method-29">-textDidChange:</a>
|
|
<li><a href="NSTextField.html#method-30">-textDidEndEditing:</a>
|
|
<li><a href="NSTextField.html#method-31">-textShouldBeginEditing:</a>
|
|
<li><a href="NSTextField.html#method-32">-textShouldEndEditing:</a>
|
|
</ul>
|
|
<hr>
|
|
<h2><a name="method-0">acceptsFirstResponder</a></h2>
|
|
- (BOOL) <b>acceptsFirstResponder</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-1">allowsEditingTextAttributes</a></h2>
|
|
- (BOOL) <b>allowsEditingTextAttributes</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-2">backgroundColor</a></h2>
|
|
- (NSColor*) <b>backgroundColor</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-3">delegate</a></h2>
|
|
- (id) <b>delegate</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-4">drawsBackground</a></h2>
|
|
- (BOOL) <b>drawsBackground</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-5">errorAction</a></h2>
|
|
- (SEL) <b>errorAction</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-6">importsGraphics</a></h2>
|
|
- (BOOL) <b>importsGraphics</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-7">isBezeled</a></h2>
|
|
- (BOOL) <b>isBezeled</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-8">isBordered</a></h2>
|
|
- (BOOL) <b>isBordered</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-9">isEditable</a></h2>
|
|
- (BOOL) <b>isEditable</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-10">isSelectable</a></h2>
|
|
- (BOOL) <b>isSelectable</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-11">nextText</a></h2>
|
|
- (id) <b>nextText</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-12">previousText</a></h2>
|
|
- (id) <b>previousText</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-13">selectText:</a></h2>
|
|
- (void) <b>selectText:</b> (id)sender<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-14">setAllowsEditingTextAttributes:</a></h2>
|
|
- (void) <b>setAllowsEditingTextAttributes:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-15">setBackgroundColor:</a></h2>
|
|
- (void) <b>setBackgroundColor:</b> (NSColor*)aColor<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-16">setBezeled:</a></h2>
|
|
- (void) <b>setBezeled:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-17">setBordered:</a></h2>
|
|
- (void) <b>setBordered:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-18">setDelegate:</a></h2>
|
|
- (void) <b>setDelegate:</b> (id)anObject<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-19">setDrawsBackground:</a></h2>
|
|
- (void) <b>setDrawsBackground:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-20">setEditable:</a></h2>
|
|
- (void) <b>setEditable:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-21">setErrorAction:</a></h2>
|
|
- (void) <b>setErrorAction:</b> (SEL)aSelector<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-22">setImportsGraphics:</a></h2>
|
|
- (void) <b>setImportsGraphics:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-23">setPreviousText:</a></h2>
|
|
- (void) <b>setPreviousText:</b> (id)anObject<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-24">setSelectable:</a></h2>
|
|
- (void) <b>setSelectable:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-25">setTextColor:</a></h2>
|
|
- (void) <b>setTextColor:</b> (NSColor*)aColor<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-26">setTitleWithMnemonic:</a></h2>
|
|
- (void) <b>setTitleWithMnemonic:</b> (NSString*)aString<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-27">textColor</a></h2>
|
|
- (NSColor*) <b>textColor</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-28">textDidBeginEditing:</a></h2>
|
|
- (void) <b>textDidBeginEditing:</b> (NSNotification*)aNotification<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-29">textDidChange:</a></h2>
|
|
- (void) <b>textDidChange:</b> (NSNotification*)aNotification<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-30">textDidEndEditing:</a></h2>
|
|
- (void) <b>textDidEndEditing:</b> (NSNotification*)aNotification<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-31">textShouldBeginEditing:</a></h2>
|
|
- (BOOL) <b>textShouldBeginEditing:</b> (NSText*)textObject<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-32">textShouldEndEditing:</a></h2>
|
|
- (BOOL) <b>textShouldEndEditing:</b> (NSText*)textObject<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|