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@22091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
58df0fd4dc
commit
248dcf44d8
2 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
* Source/NSOpenPanel.m: Improved documentation
|
||||
* Source/NSPageLayout.m: Improved documentation
|
||||
* Source/NSPopUpButton.m: Improved documentation
|
||||
* Source/NSSavePanel.m: Improved documentation
|
||||
|
||||
2005-11-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -631,7 +631,7 @@ selectCellWithString: (NSString*)title
|
|||
}
|
||||
}
|
||||
|
||||
/** <p>Creates ( if needed) and returns the shared NSSavePanel instance</p>
|
||||
/**<p>Creates ( if needed) and returns the shared NSSavePanel instance.</p>
|
||||
*/
|
||||
+ (NSSavePanel *) savePanel
|
||||
{
|
||||
|
@ -1070,7 +1070,7 @@ selectCellWithString: (NSString*)title
|
|||
[self close];
|
||||
}
|
||||
|
||||
/**<p>Invoked by the "OK" button. TODO </p>
|
||||
/**<p>Invoked by the "OK" button.</p>
|
||||
*<p>See Also: -cancel:</p>
|
||||
*/
|
||||
- (void) ok: (id)sender
|
||||
|
|
Loading…
Reference in a new issue