mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
1a6c86957a
commit
27a035e61e
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue