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:
parent
9a39433405
commit
71a12a140e
15 changed files with 115 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue