![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSTextAttachment</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSTextAttachment">NSTextAttachment</a></h1> <h3>Authors</h3> <dl> <dt>Fred Kiefer (<a href="mailto:FredKiefer@gmx.de"><code>FredKiefer@gmx.de</code></a>)</dt> <dd> </dd> </dl> <blockquote> Classes to represent text attachments. </blockquote> <p><b>Copyright:</b> (C) 2000 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Software documentation for the NSTextAttachment class</a> </li> <li> <a href="#002000000000">Software documentation for the NSTextAttachmentCell class</a> </li> <li> <a href="#003000000000">Software documentation for the NSAttributedString(NSTextAttachment) category</a> </li> <li> <a href="#004000000000">Software documentation for the NSMutableAttributedString(NSTextAttachment) category</a> </li> <li> <a href="#005000000000">Software documentation for the NSTextAttachmentCell protocol</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000"> Software documentation for the NSTextAttachment class </a></h1> <h2><a name="class$NSTextAttachment">NSTextAttachment</a> : <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextAttachment.h</dd> </dl> </blockquote> <blockquote> <dl> <dt><b>Conforms to:</b></dt> <dd><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSTextAttachment_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSTextAttachment-attachmentCell">-attachmentCell</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSTextAttachment-fileWrapper">-fileWrapper</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSTextAttachment-initWithFileWrapper$">-initWithFileWrapper:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSTextAttachment-setAttachmentCell$">-setAttachmentCell:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSTextAttachment-setFileWrapper$">-setFileWrapper:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSTextAttachment-attachmentCell">attachmentCell </a></h3> - (id<<a rel="gsdoc" href="#protocol$(NSTextAttachmentCell)">NSTextAttachmentCell</a>>) <b>attachmentCell</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextAttachment-fileWrapper">fileWrapper </a></h3> - (<a rel="gsdoc" href="NSFileWrapper.html#class$NSFileWrapper">NSFileWrapper</a>*) <b>fileWrapper</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextAttachment-initWithFileWrapper$">initWithFileWrapper: </a></h3> - (id) <b>initWithFileWrapper:</b> (<a rel="gsdoc" href="NSFileWrapper.html#class$NSFileWrapper">NSFileWrapper</a>*)fileWrapper;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextAttachment-setAttachmentCell$">setAttachmentCell: </a></h3> - (void) <b>setAttachmentCell:</b> (id<<a rel="gsdoc" href="#protocol$(NSTextAttachmentCell)">NSTextAttachmentCell</a>>)cell;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextAttachment-setFileWrapper$">setFileWrapper: </a></h3> - (void) <b>setFileWrapper:</b> (<a rel="gsdoc" href="NSFileWrapper.html#class$NSFileWrapper">NSFileWrapper</a>*)fileWrapper;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <a name="_NSTextAttachment_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSTextAttachment Class</h2> <h3><a name="ivariable$NSTextAttachment*_cell">_cell</a></h3> @protected id<NSTextAttachmentCell> <b>_cell</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextAttachment*_fileWrapper">_fileWrapper</a></h3> @protected NSFileWrapper* <b>_fileWrapper</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextAttachment*struct GSTextAttachmentFlagsType">struct GSTextAttachmentFlagsType</a></h3> @protected struct GSTextAttachmentFlagsType <b>struct GSTextAttachmentFlagsType</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <h1><a name="002000000000"> Software documentation for the NSTextAttachmentCell class </a></h1> <h2><a name="class$NSTextAttachmentCell">NSTextAttachmentCell</a> : <a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextAttachment.h</dd> </dl> </blockquote> <blockquote> <dl> <dt><b>Conforms to:</b></dt> <dd><a rel="gsdoc" href="#protocol$(NSTextAttachmentCell)">NSTextAttachmentCell</a></dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSTextAttachmentCell_ivars">Instance Variables</a> <br/><br/> <a name="_NSTextAttachmentCell_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSTextAttachmentCell Class</h2> <h3><a name="ivariable$NSTextAttachmentCell*_attachment">_attachment</a></h3> @protected NSTextAttachment* <b>_attachment</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <h1><a name="003000000000"> Software documentation for the NSAttributedString(NSTextAttachment) category </a></h1> <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>(<a name="category$NSAttributedString(NSTextAttachment)">NSTextAttachment</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextAttachment.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSAttributedString(NSTextAttachment)+attributedStringWithAttachment$">+attributedStringWithAttachment:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSAttributedString(NSTextAttachment)-containsAttachments">-containsAttachments</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSAttributedString(NSTextAttachment)+attributedStringWithAttachment$">attributedStringWithAttachment: </a></h3> + (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>attributedStringWithAttachment:</b> (<a rel="gsdoc" href="#class$NSTextAttachment">NSTextAttachment</a>*)attachment;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSAttributedString(NSTextAttachment)-containsAttachments">containsAttachments </a></h3> - (BOOL) <b>containsAttachments</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="004000000000"> Software documentation for the NSMutableAttributedString(NSTextAttachment) category </a></h1> <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSMutableAttributedString">NSMutableAttributedString</a>(<a name="category$NSMutableAttributedString(NSTextAttachment)">NSTextAttachment</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextAttachment.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTextAttachment.html#method$NSMutableAttributedString(NSTextAttachment)-updateAttachmentsFromPath$">-updateAttachmentsFromPath:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSMutableAttributedString(NSTextAttachment)-updateAttachmentsFromPath$">updateAttachmentsFromPath: </a></h3> - (void) <b>updateAttachmentsFromPath:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)path;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="005000000000"> Software documentation for the NSTextAttachmentCell protocol </a></h1> <h2><a name="protocol$(NSTextAttachmentCell)">NSTextAttachmentCell</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextAttachment.h</dd> </dl> </blockquote> <blockquote> <dl> <dt><b>Conforms to:</b></dt> <dd><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#protocol$(NSObject)">NSObject</a></dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-attachment">-attachment</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-cellBaselineOffset">-cellBaselineOffset</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-cellFrameForTextContainer$proposedLineFragment$glyphPosition$characterIndex$">-cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-cellSize">-cellSize</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-drawWithFrame$inView$">-drawWithFrame:inView:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-drawWithFrame$inView$characterIndex$">-drawWithFrame:inView:characterIndex:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-drawWithFrame$inView$characterIndex$layoutManager$">-drawWithFrame:inView:characterIndex:layoutManager:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-highlight$withFrame$inView$">-highlight:withFrame:inView:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-setAttachment$">-setAttachment:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-trackMouse$inRect$ofView$atCharacterIndex$untilMouseUp$">-trackMouse:inRect:ofView:atCharacterIndex:untilMouseUp:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-trackMouse$inRect$ofView$untilMouseUp$">-trackMouse:inRect:ofView:untilMouseUp:</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-wantsToTrackMouse">-wantsToTrackMouse</a></li> <li><a rel="gsdoc" href="NSTextAttachment.html#method$(NSTextAttachmentCell)-wantsToTrackMouseForEvent$inRect$ofView$atCharacterIndex$">-wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-attachment">attachment </a></h3> - (<a rel="gsdoc" href="#class$NSTextAttachment">NSTextAttachment</a>*) <b>attachment</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-cellBaselineOffset">cellBaselineOffset </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>) <b>cellBaselineOffset</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-cellFrameForTextContainer$proposedLineFragment$glyphPosition$characterIndex$">cellFrameForTextContainer: proposedLineFragment: glyphPosition: characterIndex: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>cellFrameForTextContainer:</b> (<a rel="gsdoc" href="NSTextContainer.html#class$NSTextContainer">NSTextContainer</a>*)textContainer<b> proposedLineFragment:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)lineFrag<b> glyphPosition:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)position<b> characterIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)charIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> The new way of placing the cell. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-cellSize">cellSize </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>cellSize</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> The old way of placing the cell. The text system will never call these directly (TODO: make sure it doesn't), but other things might. The class implements the new method by calling these, so subclasses can easily change behavior by overriding these. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-drawWithFrame$inView$">drawWithFrame: inView: </a></h3> - (void) <b>drawWithFrame:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> inView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-drawWithFrame$inView$characterIndex$">drawWithFrame: inView: characterIndex: </a></h3> - (void) <b>drawWithFrame:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> inView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView<b> characterIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)charIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-drawWithFrame$inView$characterIndex$layoutManager$">drawWithFrame: inView: characterIndex: layoutManager: </a></h3> - (void) <b>drawWithFrame:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> inView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView<b> characterIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)charIndex<b> layoutManager:</b> (<a rel="gsdoc" href="NSLayoutManager.html#class$NSLayoutManager">NSLayoutManager</a>*)layoutManager;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-highlight$withFrame$inView$">highlight: withFrame: inView: </a></h3> - (void) <b>highlight:</b> (BOOL)flag<b> withFrame:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> inView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-setAttachment$">setAttachment: </a></h3> - (void) <b>setAttachment:</b> (<a rel="gsdoc" href="#class$NSTextAttachment">NSTextAttachment</a>*)anObject;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-trackMouse$inRect$ofView$atCharacterIndex$untilMouseUp$">trackMouse: inRect: ofView: atCharacterIndex: untilMouseUp: </a></h3> - (BOOL) <b>trackMouse:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent<b> inRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> ofView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView<b> atCharacterIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)charIndex<b> untilMouseUp:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-trackMouse$inRect$ofView$untilMouseUp$">trackMouse: inRect: ofView: untilMouseUp: </a></h3> - (BOOL) <b>trackMouse:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent<b> inRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> ofView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView<b> untilMouseUp:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-wantsToTrackMouse">wantsToTrackMouse </a></h3> - (BOOL) <b>wantsToTrackMouse</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSTextAttachmentCell)-wantsToTrackMouseForEvent$inRect$ofView$atCharacterIndex$">wantsToTrackMouseForEvent: inRect: ofView: atCharacterIndex: </a></h3> - (BOOL) <b>wantsToTrackMouseForEvent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent<b> inRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)cellFrame<b> ofView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)controlView<b> atCharacterIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)charIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>