mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 01:00:57 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
282 lines
8.8 KiB
XML
282 lines
8.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
|
<gsdoc base="NSTextAttachment" up="Gui">
|
|
<head>
|
|
<title>NSTextAttachment</title>
|
|
<author name="Fred Kiefer">
|
|
<email address="FredKiefer@gmx.de">
|
|
FredKiefer@gmx.de
|
|
</email>
|
|
</author>
|
|
<abstract>
|
|
Classes to represent text attachments.
|
|
</abstract>
|
|
<copy>2000 Free Software Foundation, Inc.</copy>
|
|
</head>
|
|
<body>
|
|
<front><contents /></front>
|
|
<chapter>
|
|
<heading>
|
|
Software documentation for the NSTextAttachment class
|
|
</heading>
|
|
<class name="NSTextAttachment" super="NSObject">
|
|
<declared>AppKit/NSTextAttachment.h</declared>
|
|
<conform>NSCoding</conform>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<method type="id<NSTextAttachmentCell>">
|
|
<sel>attachmentCell</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSFileWrapper*">
|
|
<sel>fileWrapper</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithFileWrapper:</sel>
|
|
<arg type="NSFileWrapper*">fileWrapper</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setAttachmentCell:</sel>
|
|
<arg type="id<NSTextAttachmentCell>">cell</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setFileWrapper:</sel>
|
|
<arg type="NSFileWrapper*">fileWrapper</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</class>
|
|
</chapter>
|
|
<chapter>
|
|
<heading>
|
|
Software documentation for the NSTextAttachmentCell
|
|
class
|
|
</heading>
|
|
<class name="NSTextAttachmentCell" super="NSCell">
|
|
<declared>AppKit/NSTextAttachment.h</declared>
|
|
<conform>NSTextAttachmentCell</conform>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</class>
|
|
</chapter>
|
|
<chapter>
|
|
<heading>
|
|
Software documentation for the NSTextAttachmentCell
|
|
protocol
|
|
</heading>
|
|
<protocol name="NSTextAttachmentCell">
|
|
<declared>AppKit/NSTextAttachment.h</declared>
|
|
<conform>NSObject</conform>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<method type="NSTextAttachment*">
|
|
<sel>attachment</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSPoint">
|
|
<sel>cellBaselineOffset</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSRect">
|
|
<sel>cellFrameForTextContainer:</sel>
|
|
<arg type="NSTextContainer*">textContainer</arg>
|
|
<sel>proposedLineFragment:</sel>
|
|
<arg type="NSRect">lineFrag</arg>
|
|
<sel>glyphPosition:</sel>
|
|
<arg type="NSPoint">position</arg>
|
|
<sel>characterIndex:</sel>
|
|
<arg type="unsigned">charIndex</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSSize">
|
|
<sel>cellSize</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>drawWithFrame:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>inView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>drawWithFrame:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>inView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<sel>characterIndex:</sel>
|
|
<arg type="unsigned">charIndex</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>drawWithFrame:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>inView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<sel>characterIndex:</sel>
|
|
<arg type="unsigned">charIndex</arg>
|
|
<sel>layoutManager:</sel>
|
|
<arg type="NSLayoutManager*">layoutManager</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>highlight:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<sel>withFrame:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>inView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setAttachment:</sel>
|
|
<arg type="NSTextAttachment*">anObject</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>trackMouse:</sel>
|
|
<arg type="NSEvent*">theEvent</arg>
|
|
<sel>inRect:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>ofView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<sel>atCharacterIndex:</sel>
|
|
<arg type="unsigned">charIndex</arg>
|
|
<sel>untilMouseUp:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>trackMouse:</sel>
|
|
<arg type="NSEvent*">theEvent</arg>
|
|
<sel>inRect:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>ofView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<sel>untilMouseUp:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>wantsToTrackMouse</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>wantsToTrackMouseForEvent:</sel>
|
|
<arg type="NSEvent*">theEvent</arg>
|
|
<sel>inRect:</sel>
|
|
<arg type="NSRect">cellFrame</arg>
|
|
<sel>ofView:</sel>
|
|
<arg type="NSView*">controlView</arg>
|
|
<sel>atCharacterIndex:</sel>
|
|
<arg type="unsigned">charIndex</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</protocol>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|