mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
Fix window mouseUp. Doc building
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14327 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23625fe2a5
commit
24c44dd051
246 changed files with 421 additions and 98312 deletions
85
Documentation/Gui/NSMutableAttributedStringAdditions.gsdoc
Normal file
85
Documentation/Gui/NSMutableAttributedStringAdditions.gsdoc
Normal file
|
@ -0,0 +1,85 @@
|
|||
<?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="NSMutableAttributedStringAdditions" prev="NSMenuView.html" next="NSMutableParaStyle.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSMutableAttributedStringAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSMutableAttributedStringAdditions</heading>
|
||||
<class name="NSMutableAttributedStringAdditions" super="NSAttributedString">
|
||||
<declared>Gui/NSAttributedString.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="void">
|
||||
<sel>applyFontTraits:</sel>
|
||||
<arg type="NSFontTraitMask">mask</arg>
|
||||
<sel>range:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixAttachmentAttributeInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixAttributesInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixFontAttributeInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixParagraphStyleAttributeInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>setAlignment:</sel>
|
||||
<arg type="NSTextAlignment">alignment</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>subscriptRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>superscriptRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>unscriptRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>updateAttachmentsFromPath:</sel>
|
||||
<arg type="NSString*">path</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
Loading…
Add table
Add a link
Reference in a new issue