mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 15:20:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
137 lines
3.2 KiB
HTML
137 lines
3.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSTextStorage</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSTextStorage</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
richard@brainstorm.co.uk
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p>Copyright: (C) 1999 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSTextStorage class
|
|
</h1>
|
|
<h2><a name="class$NSTextStorage">NSTextStorage</a> : NSMutableAttributedString</h2>
|
|
Declared: AppKit/NSTextStorage.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>addLayoutManager:</a></h3>
|
|
- (void) <b>addLayoutManager:</b> (<a href="NSLayoutManager.html#class$NSLayoutManager">NSLayoutManager</a>*)obj;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>beginEditing</a></h3>
|
|
- (void) <b>beginEditing</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>changeInLength</a></h3>
|
|
- (int) <b>changeInLength</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>delegate</a></h3>
|
|
- (id) <b>delegate</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>edited:range:changeInLength:</a></h3>
|
|
- (void) <b>edited:</b> (unsigned)mask<b> range:</b> (NSRange)old<b> changeInLength:</b> (int)delta;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>editedMask</a></h3>
|
|
- (unsigned) <b>editedMask</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>editedRange</a></h3>
|
|
- (NSRange) <b>editedRange</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>endEditing</a></h3>
|
|
- (void) <b>endEditing</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>ensureAttributesAreFixedInRange:</a></h3>
|
|
- (void) <b>ensureAttributesAreFixedInRange:</b> (NSRange)range;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>fixesAttributesLazily</a></h3>
|
|
- (BOOL) <b>fixesAttributesLazily</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>invalidateAttributesInRange:</a></h3>
|
|
- (void) <b>invalidateAttributesInRange:</b> (NSRange)range;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>layoutManagers</a></h3>
|
|
- (NSArray*) <b>layoutManagers</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>processEditing</a></h3>
|
|
- (void) <b>processEditing</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>removeLayoutManager:</a></h3>
|
|
- (void) <b>removeLayoutManager:</b> (<a href="NSLayoutManager.html#class$NSLayoutManager">NSLayoutManager</a>*)obj;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)delegate;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the
|
|
NSObject(NSTextStorageDelegate)
|
|
category
|
|
</h1>
|
|
<h2>NSObject(<a name="category$NSObject(NSTextStorageDelegate)">NSTextStorageDelegate</a>)</h2>
|
|
Declared: AppKit/NSTextStorage.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>textStorageDidProcessEditing:</a></h3>
|
|
- (void) <b>textStorageDidProcessEditing:</b> (NSNotification*)notification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textStorageWillProcessEditing:</a></h3>
|
|
- (void) <b>textStorageWillProcessEditing:</b> (NSNotification*)notification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|