API 0.9.5
AppKit/CPOpenPanel.h
Go to the documentation of this file.
00001 
00002 @interface CPOpenPanel : CPPanel
00003 {
00004     BOOL    _canChooseFiles             // @accessors(property=canChooseFiles);
00005     BOOL    _canChooseDirectories       // @accessors(property=canChooseDirectories);
00006     BOOL    _allowsMultipleSelection    // @accessors(property=allowsMultipleSelection);
00007     CPURL   _directoryURL               // @accessors(property=directoryURL);
00008     CPArray _URLs;
00009 }
00010 @end
 All Classes Files Functions Variables Defines