More tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6140 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-02-29 11:12:48 +00:00
parent 6bb127bf2b
commit ab5cf5ff7b
9 changed files with 17 additions and 17 deletions

View file

@ -58,7 +58,7 @@
<desc>
</desc>
</method>
<method type="unsignedchar*">
<method type="unsigned char*">
<sel>bitmapData</sel>
<desc>
</desc>
@ -86,7 +86,7 @@
</method>
<method type="void">
<sel>getBitmapDataPlanes:</sel>
<arg type="unsignedchar**">data</arg>
<arg type="unsigned char**">data</arg>
<desc>
</desc>
</method>
@ -98,7 +98,7 @@
</method>
<method type="id">
<sel>initWithBitmapDataPlanes:</sel>
<arg type="unsignedchar**">planes</arg>
<arg type="unsigned char**">planes</arg>
<sel>pixelsWide:</sel>
<arg type="int">width</arg>
<sel>pixelsHigh:</sel>

View file

@ -28,7 +28,7 @@
<desc>
</desc>
</method>
<method type="unsigned">
<method type="unsigned int">
<sel>alternateMnemonicLocation</sel>
<desc>
</desc>
@ -132,7 +132,7 @@
</method>
<method type="void">
<sel>setAlternateMnemonicLocation:</sel>
<arg type="unsigned">location</arg>
<arg type="unsigned int">location</arg>
<desc>
</desc>
</method>

View file

@ -428,9 +428,9 @@
<sel>setFloatingPointFormat:</sel>
<arg type="BOOL">autoRange</arg>
<sel>left:</sel>
<arg type="unsigned">leftDigits</arg>
<arg type="unsigned int">leftDigits</arg>
<sel>right:</sel>
<arg type="unsigned">rightDigits</arg>
<arg type="unsigned int">rightDigits</arg>
<desc>
</desc>
</method>

View file

@ -60,7 +60,7 @@
<sel>key:</sel>
<arg type="NSString *">key</arg>
<sel>atIndex:</sel>
<arg type="unsigned">location</arg>
<arg type="unsigned int">location</arg>
<desc>
</desc>
</method>

View file

@ -219,9 +219,9 @@
<sel>setFloatingPointFormat:</sel>
<arg type="BOOL">autoRange</arg>
<sel>left:</sel>
<arg type="unsigned">leftDigits</arg>
<arg type="unsigned int">leftDigits</arg>
<sel>right:</sel>
<arg type="unsigned">rightDigits</arg>
<arg type="unsigned int">rightDigits</arg>
<desc>
</desc>
</method>

View file

@ -58,7 +58,7 @@
<sel>isARepeat:</sel>
<arg type="BOOL">repeatKey</arg>
<sel>keyCode:</sel>
<arg type="unsignedshortint">code</arg>
<arg type="unsigned short int">code</arg>
<desc>
</desc>
</method>
@ -151,7 +151,7 @@
<desc>
</desc>
</method>
<method type="unsignedshortint">
<method type="unsigned short int">
<sel>keyCode</sel>
<desc>
</desc>

View file

@ -162,7 +162,7 @@
<desc>
</desc>
</method>
<method type="unsigned">
<method type="unsigned int">
<sel>glyphIndexForPoint:</sel>
<arg type="NSPoint">aPoint</arg>
<sel>inTextContainer:</sel>
@ -278,7 +278,7 @@
</method>
<method type="BOOL">
<sel>isValidGlyphIndex:</sel>
<arg type="unsigned">glyphIndex</arg>
<arg type="unsigned int">glyphIndex</arg>
<desc>
</desc>
</method>
@ -499,7 +499,7 @@
<sel>inRect:</sel>
<arg type="NSRect">rect</arg>
<sel>characterIndex:</sel>
<arg type="unsigned">attachmentIndex;</arg>
<arg type="unsigned int">attachmentIndex;</arg>
<desc>
</desc>
</method>

View file

@ -36,7 +36,7 @@
</method>
<method type="void">
<sel>edited:</sel>
<arg type="unsigned">mask</arg>
<arg type="unsigned int">mask</arg>
<sel>range:</sel>
<arg type="NSRange">oldRange</arg>
<sel>changeInLength:</sel>

View file

@ -691,7 +691,7 @@
<sel>clickedOnLink:</sel>
<arg type="id">link</arg>
<sel>atIndex:</sel>
<arg type="unsigned">charIndex</arg>
<arg type="unsigned int">charIndex</arg>
<desc>
</desc>
</method>