mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:21:08 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9282 72102866-910b-0410-8b05-ffd578937521
45 lines
1.4 KiB
XML
45 lines
1.4 KiB
XML
<?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="Gui.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>$Revision$</version>
|
|
<date>$Date$</date>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>NSStringAdditions</heading>
|
|
<class name="NSStringAdditions" super="NSObject">
|
|
<declared>Gui/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>
|