1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

Improved CoreGraphics clipping. Added a method File::revealToUser(). Added obj-c keywords to the c++ tokeniser. Added a new mode to the file chooser (only implemented on mac so far)

This commit is contained in:
Julian Storer 2009-12-08 11:24:09 +00:00
parent 9a39433405
commit 71a12a140e
15 changed files with 115 additions and 29 deletions

View file

@ -33,6 +33,7 @@ void FileChooser::showPlatformDialog (OwnedArray<File>& results,
const File& file,
const String& filters,
bool isDirectory,
bool selectsFiles,
bool isSave,
bool warnAboutOverwritingExistingFiles,
bool selectMultipleFiles,