API  1.0.0
CPSavePanel.h
Go to the documentation of this file.
1 
2 @interface CPSavePanel : CPPanel
3 {
4  CPURL _URL;
5 
6  BOOL _isExtensionHidden // @accessors(getter=isExtensionHidden, setter=setExtensionHidden:);
7  BOOL _canSelectHiddenExtension // @accessors(property=canSelectHiddenExtension);
8  BOOL _allowsOtherFileTypes // @accessors(property=allowsOtherFileTypes);
9  BOOL _canCreateDirectories // @accessors(property=canCreateDirectories);
10 
11  CPArray _allowedFileTypes // @accessors(property=allowedFileTypes);
12 }
13 @end
Definition: CPPanel.h:2
Definition: CPURL.h:2