mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 12:11:20 +00:00
36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
|
<?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="NSStringAdditions" prev="NSSplitView.html" next="NSTabView.html" up="AppKit.html">
|
||
|
<head>
|
||
|
<title>NSStringAdditions</title>
|
||
|
<author name="Richard Frith-Macdonald">
|
||
|
<email address="rfm@gnu.org"/>
|
||
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||
|
</author>
|
||
|
<version>0.1</version>
|
||
|
<date>28 February, 2000</date>
|
||
|
</head>
|
||
|
<body>
|
||
|
<chapter>
|
||
|
<heading>NSStringAdditions</heading>
|
||
|
<class name="NSStringAdditions" super="NSObject">
|
||
|
<declared>AppKit/NSStringDrawing.h</declared>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
<method type="void"><sel>drawAtPoint:</sel><arg type="NSPoint">aPoint</arg><sel>withAttributes:</sel><arg type="NSDictionary*">attributes</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>drawInRect:</sel><arg type="NSRect">aRect</arg><sel>withAttributes:</sel><arg type="NSDictionary*">attributes</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSSize"><sel>sizeWithAttributes:</sel><arg type="NSDictionary*">attributes</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
</class>
|
||
|
</chapter>
|
||
|
</body>
|
||
|
</gsdoc>
|