Add support for FOS_CREATEPROMPT option
This commit is contained in:
parent
dc1c11a841
commit
9fef6a1fd7
4 changed files with 16 additions and 4 deletions
|
@ -28,6 +28,7 @@ enum FileDialogProperty {
|
|||
FILE_DIALOG_MULTI_SELECTIONS = 1 << 2,
|
||||
FILE_DIALOG_CREATE_DIRECTORY = 1 << 3,
|
||||
FILE_DIALOG_SHOW_HIDDEN_FILES = 1 << 4,
|
||||
FILE_DIALOG_PROMPT_TO_CREATE = 1 << 5,
|
||||
};
|
||||
|
||||
typedef base::Callback<void(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue