API  1.0.0
CPOpenPanel.h
Go to the documentation of this file.
1 
2 @interface CPOpenPanel : CPPanel
3 {
4  BOOL _canChooseFiles // @accessors(property=canChooseFiles);
5  BOOL _canChooseDirectories // @accessors(property=canChooseDirectories);
6  BOOL _allowsMultipleSelection // @accessors(property=allowsMultipleSelection);
7  CPURL _directoryURL // @accessors(property=directoryURL);
8  CPArray _URLs;
9 }
10 @end
Definition: CPPanel.h:2
Definition: CPURL.h:2