Improved documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien Vallon 2005-11-25 11:40:48 +00:00
parent 61b554afdc
commit bf99913a4c
2 changed files with 9 additions and 16 deletions

View file

@ -3,6 +3,7 @@
* Source/NSBox.m: Improved documentation
* Source/NSCell.m: Documentation : closed the ref tag for -setType:
* Source/NSBrowser.m: Improved documentation, various cleanups.
* Source/NSBrowserCell.m: Improved documentation.
2005-11-24 12:33 Gregory John Casamento <greg_casamento@yahoo.com>

View file

@ -52,10 +52,7 @@ static BOOL _gsFontifyCells = NO;
static NSFont *_nonLeafFont;
static NSFont *_leafFont;
/**
*<p> TODO Description</p>
*<p>Explain _gsFontifyCells ....</p>
*
/**<p> TODO Description</p>
*/
@implementation NSBrowserCell
@ -151,8 +148,8 @@ static NSFont *_leafFont;
}
/**<p>Returns the alternate image in the NSBrowserCell
* (used when the cell is highlighted) </p>
*<p>See Also: -setAlternateImage:</p>
(used when the cell is highlighted) </p>
<p>See Also: -setAlternateImage:</p>
*/
- (NSImage*) alternateImage
{
@ -167,9 +164,6 @@ static NSFont *_leafFont;
ASSIGN(_alternateImage, anImage);
}
/**
*<p>TODO</p>
*/
- (NSColor *)highlightColorInView: (NSView *)controlView
{
return [_colorClass selectedControlColor];
@ -210,19 +204,17 @@ static NSFont *_leafFont;
}
}
/**
* <p> TODO</p>
* <p>See Also: -setLoaded:</p>
/**<p>Returns whether the NSBrowseCell state is set and is ready for
display</p> <p>See Also: -setLoaded:</p>
*/
- (BOOL) isLoaded
{
return _browsercell_is_loaded;
}
/**
*<p>TODO </p>
*<p>See Also: -isLoaded</p>
*
/**<p>Sets whether the NSBrowseCell state is set and is ready for display</p>
* <p>See Also: -isLoaded </p>
*/
- (void) setLoaded: (BOOL)flag
{