libs-gui/Documentation/gsdoc/NSTextContainer.gsdoc
Richard Frith-MacDonald f086b4e60a Fixed linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
2000-04-10 05:29:53 +00:00

123 lines
3.5 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
<gsdoc base="NSTextContainer" prev="NSTextAttachmentCell.html" next="NSTextField.html" up="Gui.html">
<head>
<title>NSTextContainer</title>
<author name="Richard Frith-Macdonald">
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>0.1</version>
<date>28 February, 2000</date>
</head>
<body>
<chapter>
<heading>NSTextContainer</heading>
<class name="NSTextContainer" super="NSObject">
<declared>Gui/NSTextContainer.h</declared>
<conform>NSObject</conform>
<desc>
</desc>
<method type="NSSize">
<sel>containerSize</sel>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>containsPoint:</sel>
<arg type="NSPoint">aPoint</arg>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>heightTracksTextView</sel>
<desc>
</desc>
</method>
<method type="id">
<sel>initWithContainerSize:</sel>
<arg type="NSSize">aSize</arg>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>isSimpleRectangularTextContainer</sel>
<desc>
</desc>
</method>
<method type="NSLayoutManager*">
<sel>layoutManager</sel>
<desc>
</desc>
</method>
<method type="float">
<sel>lineFragmentPadding</sel>
<desc>
</desc>
</method>
<method type="NSRect">
<sel>lineFragmentRectForProposedRect:</sel>
<arg type="NSRect">proposedRect</arg>
<sel>sweepDirection:</sel>
<arg type="NSLineSweepDirection">sweepDirection</arg>
<sel>movementDirection:</sel>
<arg type="NSLineMovementDirection">movementDirection</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>replaceLayoutManager:</sel>
<arg type="NSLayoutManager*">aLayoutManager</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setContainerSize:</sel>
<arg type="NSSize">aSize</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setHeightTracksTextView:</sel>
<arg type="BOOL">flag</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setLayoutManager:</sel>
<arg type="NSLayoutManager*">aLayoutManager</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setLineFragmentPadding:</sel>
<arg type="float">aFloat</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setTextView:</sel>
<arg type="NSTextView*">aTextView</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setWidthTracksTextView:</sel>
<arg type="BOOL">flag</arg>
<desc>
</desc>
</method>
<method type="NSTextView*">
<sel>textView</sel>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>widthTracksTextView</sel>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>