Difference between revisions of "NSOpenPanel"
Jump to navigation
Jump to search
m |
m |
||
| 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]] | ||
Latest revision as of 23:19, 18 July 2012
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.