mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 21:40:53 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9282 72102866-910b-0410-8b05-ffd578937521
102 lines
2.8 KiB
XML
102 lines
2.8 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="NSFormCell" prev="NSForm.html" next="NSGraphicsContext.html" up="Gui.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>$Revision$</version>
|
|
<date>$Date$</date>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>NSFormCell</heading>
|
|
<class name="NSFormCell" super="NSActionCell">
|
|
<declared>Gui/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>
|