Improved documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22149 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien Vallon 2005-12-05 13:51:04 +00:00
parent 8a98a727f6
commit 6d31fb37b6
2 changed files with 2 additions and 4 deletions

View file

@ -2,6 +2,7 @@
* Source/NSCursor.m: Improved documentation
* Source/NSFontManager.m: Improved documentation
* Source/NSFontPanel.m: Improved documentation
2005-12-04 Fabien VALLON <fabien@sonappart.net>

View file

@ -215,8 +215,6 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
isMultiple: [fm isMultiple]];
}
/**<p> TODO </p>
*/
- (void) setPanelFont: (NSFont *)fontObject
isMultiple: (BOOL)flag
{
@ -296,8 +294,7 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
}
}
/*
* Converting
/**<p>Converts the NSFont <var>fontObject</var></p>
*/
- (NSFont *) panelConvertFont: (NSFont *)fontObject
{