libs-gui/Documentation/gsdoc/NSInputManager.html
Adam Fedor 04a3436aff Simple printint implementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11341 72102866-910b-0410-8b05-ffd578937521
2001-11-08 18:26:39 +00:00

71 lines
2 KiB
HTML

<html><head>
<title>NSInputManager</title>
</head>
<body>
<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>
<dd>
</dl>
<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>
</ul>
<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>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">initWithName:</a></h3>
- (NSInputManager*) <b>initWithName:</b> (NSString*)inputServerName;<br>
<hr>
<h3><a name ="method-2">localizedInputManagerName</a></h3>
- (NSString*) <b>localizedInputManagerName</b>;<br>
<hr>
<h3><a name ="method-3">markedTextSelectionChanged:</a></h3>
- (void) <b>markedTextSelectionChanged:</b> (NSRange)aRange;<br>
<hr>
<h3><a name ="method-4">markedTextWillBeAbandoned:</a></h3>
- (void) <b>markedTextWillBeAbandoned:</b> (id)sender;<br>
<hr>
<h3><a name ="method-5">wantsToInterpretAllKeystrokes</a></h3>
- (BOOL) <b>wantsToInterpretAllKeystrokes</b>;<br>
<hr>
</body>
</html>