mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:01:08 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11341 72102866-910b-0410-8b05-ffd578937521
50 lines
1.4 KiB
HTML
50 lines
1.4 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: $Revision$</p>
|
|
<p>Date: $Date$</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>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<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>Instances Methods </h2>
|
|
<h3><a name ="method-0">drawAtPoint:withAttributes:</a></h3>
|
|
- (void) <b>drawAtPoint:</b> (NSPoint)aPoint <b>withAttributes:</b> (NSDictionary*)attributes;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">drawInRect:withAttributes:</a></h3>
|
|
- (void) <b>drawInRect:</b> (NSRect)aRect <b>withAttributes:</b> (NSDictionary*)attributes;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">sizeWithAttributes:</a></h3>
|
|
- (NSSize) <b>sizeWithAttributes:</b> (NSDictionary*)attributes;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|