mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
Tidied documentation skeletons
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c2df780c55
commit
6bb127bf2b
100 changed files with 16429 additions and 10515 deletions
|
@ -16,63 +16,85 @@
|
|||
<class name="NSFormCell" super="NSActionCell">
|
||||
<declared>AppKit/NSFormCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSAttributedString*"><sel>attributedTitle</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<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 type="id">
|
||||
<sel>initTextCell:</sel>
|
||||
<arg type="NSString*">aString</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="BOOL"><sel>isOpaque</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="BOOL">
|
||||
<sel>isOpaque</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void"><sel>setAttributedTitle:</sel><arg type="NSAttributedString*">anAttributedString</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<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 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 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 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 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 type="void">
|
||||
<sel>setTitleWithMnemonic:</sel>
|
||||
<arg type="NSString*">titleWithAmpersand</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSString*"><sel>title</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSString*">
|
||||
<sel>title</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSTextAlignment"><sel>titleAlignment</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSTextAlignment">
|
||||
<sel>titleAlignment</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSFont*"><sel>titleFont</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSFont*">
|
||||
<sel>titleFont</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>titleWidth</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="float">
|
||||
<sel>titleWidth</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>titleWidth:</sel><arg type="NSSize">aSize</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="float">
|
||||
<sel>titleWidth:</sel>
|
||||
<arg type="NSSize">aSize</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue