mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:21:16 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
111 lines
3.2 KiB
HTML
111 lines
3.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSSecureTextField</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSSecureTextField">NSSecureTextField</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Gregory John Casamento(<a href="mailto:borgheron@yahoo.com"><code>
|
|
borgheron@yahoo.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
Secure Text field control class for hidden text entry
|
|
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSSecureTextField class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the NSSecureTextFieldCell
|
|
class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSSecureTextField class
|
|
</a></h1>
|
|
<h2><a name="class$NSSecureTextField">NSSecureTextField</a> : <a rel="gsdoc" href="NSTextField.html#class$NSTextField">NSTextField</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSecureTextField.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>
|
|
<h1><a name="002000000000">
|
|
Software documentation for the NSSecureTextFieldCell
|
|
class
|
|
</a></h1>
|
|
<h2><a name="class$NSSecureTextFieldCell">NSSecureTextFieldCell</a> : <a rel="gsdoc" href="NSTextFieldCell.html#class$NSTextFieldCell">NSTextFieldCell</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSecureTextField.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="NSSecureTextField.html#method$NSSecureTextFieldCell-echosBullets">-echosBullets</a></li>
|
|
<li><a rel="gsdoc" href="NSSecureTextField.html#method$NSSecureTextFieldCell-setEchosBullets:">-setEchosBullets:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSSecureTextFieldCell-echosBullets">echosBullets</a></h3>
|
|
- (BOOL) <b>echosBullets</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$NSSecureTextFieldCell-setEchosBullets:">setEchosBullets:</a></h3>
|
|
- (void) <b>setEchosBullets:</b> (BOOL)flag;<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>
|