Improved documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien Vallon 2005-11-18 12:52:19 +00:00
parent 1a6c86957a
commit 27a035e61e

View file

@ -91,7 +91,8 @@ static NSPrintPanel *shared_instance;
return [[principalClass printPanelClass] allocWithZone: zone];
}
/** Creates and returns a shared instance of the NSPrintPanel panel.
/** Creates ( if needed) and returns a shared instance of the
NSPrintPanel panel.
*/
+ (NSPrintPanel *)printPanel
{
@ -189,14 +190,16 @@ static NSPrintPanel *shared_instance;
//
// Customizing the Panel
//
/** Set the accessory view for the print panel
/** <p>Sets the accessory view for the print panel to aView</p>
<p>See Also: -accessoryView</p>
*/
- (void)setAccessoryView:(NSView *)aView
{
ASSIGN(_accessoryView, aView);
}
/** Returns the accessory view for the print panel
/** <p>Returns the accessory view for the print panel </p>
<p>See Also: -setAccessoryView:</p>
*/
- (NSView *)accessoryView
{