mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:07:38 +00:00
Tidied documentation skeletons
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fad15c568c
commit
a575270783
100 changed files with 16429 additions and 10515 deletions
|
@ -16,31 +16,40 @@
|
|||
<class name="NSInputManager" super="NSObject">
|
||||
<declared>AppKit/NSInputManager.h</declared>
|
||||
<conform>NSTextInput</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSInputManager*" factory="yes"><sel>currentInputManager</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSInputManager*" factory="yes">
|
||||
<sel>currentInputManager</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSInputManager*"><sel>initWithName:</sel><arg type="NSString*">inputServerName</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSInputManager*">
|
||||
<sel>initWithName:</sel>
|
||||
<arg type="NSString*">inputServerName</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSString*"><sel>localizedInputManagerName</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSString*">
|
||||
<sel>localizedInputManagerName</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>markedTextSelectionChanged:</sel><arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="void">
|
||||
<sel>markedTextSelectionChanged:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>markedTextWillBeAbandoned:</sel><arg type="id">sender</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="void">
|
||||
<sel>markedTextWillBeAbandoned:</sel>
|
||||
<arg type="id">sender</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="BOOL"><sel>wantsToInterpretAllKeystrokes</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="BOOL">
|
||||
<sel>wantsToInterpretAllKeystrokes</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue