mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:21:07 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
<html><head>
|
|
<title>NSStringAdditions</title>
|
|
</head>
|
|
<body>
|
|
<a href="NSSplitView.html">[Previous]</a>
|
|
<a href="Gui.html">[Up]</a>
|
|
<a href="NSTabView.html">[Next]</a>
|
|
<h1>NSStringAdditions</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: 0.1</p>
|
|
<p>Date: 28 February, 2000</p>
|
|
<h2><a name="cont-0">NSStringAdditions</a></h2>
|
|
<h2><a name="NSStringAdditions">NSStringAdditions</a></h2>
|
|
<p><b>Declared in:</b> Gui/NSStringDrawing.h</p>
|
|
<p><b>Inherits from:</b> NSObject</p>
|
|
<hr>
|
|
|
|
|
|
<ul>
|
|
<li><a href="NSStringAdditions.html#method-0">-drawAtPoint:withAttributes:</a>
|
|
<li><a href="NSStringAdditions.html#method-1">-drawInRect:withAttributes:</a>
|
|
<li><a href="NSStringAdditions.html#method-2">-sizeWithAttributes:</a>
|
|
</ul>
|
|
<hr>
|
|
<h2><a name="method-0">drawAtPoint:withAttributes:</a></h2>
|
|
- (void) <b>drawAtPoint:</b> (NSPoint)aPoint <b>withAttributes:</b> (NSDictionary*)attributes<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-1">drawInRect:withAttributes:</a></h2>
|
|
- (void) <b>drawInRect:</b> (NSRect)aRect <b>withAttributes:</b> (NSDictionary*)attributes<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-2">sizeWithAttributes:</a></h2>
|
|
- (NSSize) <b>sizeWithAttributes:</b> (NSDictionary*)attributes<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|