mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:47:39 +00:00
Put html files under cvs so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17bdeaba15
commit
0a2d9dcedc
103 changed files with 21298 additions and 1 deletions
66
Documentation/gsdoc/NSInputManager.html
Normal file
66
Documentation/gsdoc/NSInputManager.html
Normal file
|
@ -0,0 +1,66 @@
|
|||
<html><head>
|
||||
<title>NSInputManager</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSImageView.html">[Previous]</a>
|
||||
<a href="AppKit.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: 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> AppKit/NSInputManager.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSTextInput
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">initWithName:</a></h2>
|
||||
- (NSInputManager*) <b>initWithName:</b> (NSString*)inputServerName<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">localizedInputManagerName</a></h2>
|
||||
- (NSString*) <b>localizedInputManagerName</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">markedTextSelectionChanged:</a></h2>
|
||||
- (void) <b>markedTextSelectionChanged:</b> (NSRange)aRange<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">markedTextWillBeAbandoned:</a></h2>
|
||||
- (void) <b>markedTextWillBeAbandoned:</b> (id)sender<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">wantsToInterpretAllKeystrokes</a></h2>
|
||||
- (BOOL) <b>wantsToInterpretAllKeystrokes</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue