Added documentation for setType:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22098 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-11-24 17:33:38 +00:00
parent 7034367441
commit 67538f71c8
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2005-11-24 12:33 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSCell.m: Added documentation for setType:.
2005-11-24 fabien <fabien@sonappart.net>
* Source/NSMatrix.m: Improved documentation, various cleanups

View file

@ -599,10 +599,12 @@ static NSColor *shadowCol;
}
}
/**<p>Sets the NSCell's type. See <ref type="type" id="NSCellType">NSCellType
</ref></p> <p>TODO more doc about the implementation </p>
<p>See Also: -type</p>
*/
/**<p>Set the NSCell's type. See
<ref type="type" id="NSCellType">NSCellType</p>.
<p>If the cell is set to NSTextCellType, the cell is given a default
title and is reset to the default system font.</p>
*<p>See Also: -type</p>
*/
- (void) setType: (NSCellType)aType
{
if (_cell.type == aType)