mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 09:51:08 +00:00
Documentation : closed the ref tag for setType:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
67538f71c8
commit
fe89058c90
1 changed files with 3 additions and 3 deletions
|
@ -599,11 +599,11 @@ static NSColor *shadowCol;
|
|||
}
|
||||
}
|
||||
|
||||
/**<p>Set the NSCell's type. See
|
||||
<ref type="type" id="NSCellType">NSCellType</p>.
|
||||
/**<p>Set the NSCell's type. See
|
||||
<ref type="type" id="NSCellType">NSCellType</ref></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>
|
||||
<p>See Also: -type</p>
|
||||
*/
|
||||
- (void) setType: (NSCellType)aType
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue