Regenerate

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-03-03 10:07:01 +00:00
parent ef308ef9ca
commit b784ca705b
102 changed files with 13629 additions and 13190 deletions

View file

@ -1,66 +1,71 @@
<html><head>
<title>NSInputManager</title>
<title>NSInputManager</title>
</head>
<body>
<a href="NSImageView.html">[Previous]</a>
<a href="Gui.html">[Up]</a>
<a href="NSInputServer.html">[Next]</a>
<a href ="NSImageView.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSInputServer.html">[Next]</a>
<h1>NSInputManager</h1>
<h3>Authors</h3>
<dl>
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<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">NSInputManager</a></h2>
<h2><a name="NSInputManager">NSInputManager</a></h2>
<p><b>Declared in:</b> Gui/NSInputManager.h</p>
<p><b>Inherits from:</b> NSObject</p>
<p><b>Conforms to:</b> NSTextInput
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSInputManager</a></h2>
<h2><a name ="NSInputManager">NSInputManager</a></h2>
<p><b>Declared in: </b> Gui/NSInputManager.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSTextInput
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
<li><a href="NSInputManager.html#method-0">+currentInputManager</a>
<li><a href="NSInputManager.html#method-1">-initWithName:</a>
<li><a href="NSInputManager.html#method-2">-localizedInputManagerName</a>
<li><a href="NSInputManager.html#method-3">-markedTextSelectionChanged:</a>
<li><a href="NSInputManager.html#method-4">-markedTextWillBeAbandoned:</a>
<li><a href="NSInputManager.html#method-5">-wantsToInterpretAllKeystrokes</a>
</ul>
<hr>
<h2><a name="method-0">currentInputManager</a></h2>
+ (NSInputManager*) <b>currentInputManager</b><br>
<h2>Methods </h2>
<ul>
<li><a href ="NSInputManager.html#method-0">+currentInputManager</a>
<li><a href ="NSInputManager.html#method-1">-initWithName:</a>
<li><a href ="NSInputManager.html#method-2">-localizedInputManagerName</a>
<li><a href ="NSInputManager.html#method-3">-markedTextSelectionChanged:</a>
<li><a href ="NSInputManager.html#method-4">-markedTextWillBeAbandoned:</a>
<li><a href ="NSInputManager.html#method-5">-wantsToInterpretAllKeystrokes</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">currentInputManager</a></h3>
+ (NSInputManager*) <b>currentInputManager</b>;<br>
<hr>
<h2><a name="method-1">initWithName:</a></h2>
- (NSInputManager*) <b>initWithName:</b> (NSString*)inputServerName<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">initWithName:</a></h3>
- (NSInputManager*) <b>initWithName:</b> (NSString*)inputServerName;<br>
<hr>
<h2><a name="method-2">localizedInputManagerName</a></h2>
- (NSString*) <b>localizedInputManagerName</b><br>
<hr>
<h3><a name ="method-2">localizedInputManagerName</a></h3>
- (NSString*) <b>localizedInputManagerName</b>;<br>
<hr>
<h2><a name="method-3">markedTextSelectionChanged:</a></h2>
- (void) <b>markedTextSelectionChanged:</b> (NSRange)aRange<br>
<hr>
<h3><a name ="method-3">markedTextSelectionChanged:</a></h3>
- (void) <b>markedTextSelectionChanged:</b> (NSRange)aRange;<br>
<hr>
<h2><a name="method-4">markedTextWillBeAbandoned:</a></h2>
- (void) <b>markedTextWillBeAbandoned:</b> (id)sender<br>
<hr>
<h3><a name ="method-4">markedTextWillBeAbandoned:</a></h3>
- (void) <b>markedTextWillBeAbandoned:</b> (id)sender;<br>
<hr>
<h2><a name="method-5">wantsToInterpretAllKeystrokes</a></h2>
- (BOOL) <b>wantsToInterpretAllKeystrokes</b><br>
<hr>
<h3><a name ="method-5">wantsToInterpretAllKeystrokes</a></h3>
- (BOOL) <b>wantsToInterpretAllKeystrokes</b>;<br>
<hr>
<hr>
</body>
</html>
</html>