NSOpenPanel
From GNUstepWiki
(Difference between revisions)
| Revision as of 20:11, 15 July 2012 Awiebe (Talk | contribs) ← Previous diff |
Current revision Awiebe (Talk | contribs) |
||
| Line 2: | Line 2: | ||
| ==Usage== | ==Usage== | ||
| [https://developer.apple.com/library/mac/#documentation/FileManagement/Conceptual/FileSystemProgrammingGUide/UsingtheOpenandSavePanels/UsingtheOpenandSavePanels.html Apple on NSOpenPanel & NSSavePanel] | [https://developer.apple.com/library/mac/#documentation/FileManagement/Conceptual/FileSystemProgrammingGUide/UsingtheOpenandSavePanels/UsingtheOpenandSavePanels.html Apple on NSOpenPanel & NSSavePanel] | ||
| + | |||
| + | [[Category:AppKit]] | ||
Current revision
The NSOpen Panel is an NSPanel, so it is usually owned by an NSWindow. When creating a Document Based Application, its invocation is handled automatically,otherwise it must manually be created.
[edit]
