mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:00:48 +00:00
Markup for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86eca68043
commit
c51f4265da
289 changed files with 33853 additions and 23024 deletions
|
@ -1,23 +1,29 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSResponder" prev="NSProgressIndicator.html" next="NSRulerMarker.html" up="Gui.html">
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
||||
<gsdoc base="NSResponder" next="NSRulerMarker" prev="NSProgressIndicator" up="NSActionCell">
|
||||
<head>
|
||||
<title>NSResponder</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
<author name="Scott Christley">
|
||||
<email address="scottc@net-community.com">
|
||||
scottc@net-community.com
|
||||
</email>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
<abstract>
|
||||
Abstract class which is basis of command and event
|
||||
processing
|
||||
</abstract>
|
||||
<copy>1996,1999 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSResponder</heading>
|
||||
<heading>
|
||||
Software documentation for the NSResponder class
|
||||
</heading>
|
||||
<class name="NSResponder" super="NSObject">
|
||||
<declared>Gui/NSResponder.h</declared>
|
||||
<declared>AppKit/NSResponder.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="BOOL">
|
||||
<sel>acceptsFirstResponder</sel>
|
||||
<desc>
|
||||
|
@ -112,6 +118,12 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>encodeWithCoder:</sel>
|
||||
<arg type="NSCoder*">aCoder</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>flagsChanged:</sel>
|
||||
<arg type="NSEvent*">theEvent</arg>
|
||||
|
@ -135,6 +147,12 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id">
|
||||
<sel>initWithCoder:</sel>
|
||||
<arg type="NSCoder*">aDecoder</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>insertBacktab:</sel>
|
||||
<arg type="id">sender</arg>
|
||||
|
@ -211,6 +229,24 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>middleMouseDown:</sel>
|
||||
<arg type="NSEvent*">theEvent</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>middleMouseDragged:</sel>
|
||||
<arg type="NSEvent*">theEvent</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>middleMouseUp:</sel>
|
||||
<arg type="NSEvent*">theEvent</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>mouseDown:</sel>
|
||||
<arg type="NSEvent*">theEvent</arg>
|
||||
|
@ -449,6 +485,12 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>scrollWheel:</sel>
|
||||
<arg type="NSEvent*">theEvent</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>selectAll:</sel>
|
||||
<arg type="id">sender</arg>
|
||||
|
@ -481,13 +523,7 @@
|
|||
</method>
|
||||
<method type="void">
|
||||
<sel>setInterfaceStyle:</sel>
|
||||
<arg type="NSInterfaceStyle">interfaceStyle</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>setMark:</sel>
|
||||
<arg type="id">sender</arg>
|
||||
<arg type="NSInterfaceStyle">aStyle</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
@ -530,6 +566,8 @@
|
|||
<method type="BOOL">
|
||||
<sel>tryToPerform:</sel>
|
||||
<arg type="SEL">anAction</arg>
|
||||
<sel>with:</sel>
|
||||
<arg type="id">anObject</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
@ -546,9 +584,9 @@
|
|||
</method>
|
||||
<method type="id">
|
||||
<sel>validRequestorForSendType:</sel>
|
||||
<arg type="NSString*">sendType</arg>
|
||||
<arg type="NSString*">typeSent</arg>
|
||||
<sel>returnType:</sel>
|
||||
<arg type="NSString*">returnType</arg>
|
||||
<arg type="NSString*">typeReturned</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue