mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:50:47 +00:00
Added documnetation skeleton
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6128 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a871218a68
commit
9e6eb05ce9
103 changed files with 14581 additions and 0 deletions
80
Documentation/gsdoc/NSFormCell.gsdoc
Normal file
80
Documentation/gsdoc/NSFormCell.gsdoc
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?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="NSFormCell" prev="NSForm.html" next="NSGraphicsContext.html" up="AppKit.html">
|
||||
<head>
|
||||
<title>NSFormCell</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>NSFormCell</heading>
|
||||
<class name="NSFormCell" super="NSActionCell">
|
||||
<declared>AppKit/NSFormCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSAttributedString*"><sel>attributedTitle</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id"><sel>initTextCell:</sel><arg type="NSString*">aString</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="BOOL"><sel>isOpaque</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setAttributedTitle:</sel><arg type="NSAttributedString*">anAttributedString</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setTitle:</sel><arg type="NSString*">aString</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setTitleAlignment:</sel><arg type="NSTextAlignment">alignment</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setTitleFont:</sel><arg type="NSFont*">font</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setTitleWidth:</sel><arg type="float">width</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setTitleWithMnemonic:</sel><arg type="NSString*">titleWithAmpersand</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSString*"><sel>title</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSTextAlignment"><sel>titleAlignment</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSFont*"><sel>titleFont</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>titleWidth</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>titleWidth:</sel><arg type="NSSize">aSize</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
Loading…
Add table
Add a link
Reference in a new issue