Properties for file dialogs.
More...
|
|
constexpr auto | FILTERS_POINTER = SDL_PROP_FILE_DIALOG_FILTERS_POINTER |
|
constexpr auto | NFILTERS_NUMBER = SDL_PROP_FILE_DIALOG_NFILTERS_NUMBER |
|
constexpr auto | WINDOW_POINTER = SDL_PROP_FILE_DIALOG_WINDOW_POINTER |
|
constexpr auto | LOCATION_STRING = SDL_PROP_FILE_DIALOG_LOCATION_STRING |
|
constexpr auto | MANY_BOOLEAN = SDL_PROP_FILE_DIALOG_MANY_BOOLEAN |
|
constexpr auto | TITLE_STRING = SDL_PROP_FILE_DIALOG_TITLE_STRING |
|
constexpr auto | ACCEPT_STRING = SDL_PROP_FILE_DIALOG_ACCEPT_STRING |
|
constexpr auto | CANCEL_STRING = SDL_PROP_FILE_DIALOG_CANCEL_STRING |
Properties for file dialogs.
These are properties that can be supplied to ShowFileDialogWithProperties() to control the behavior of the dialog.
- See also
- ShowFileDialogWithProperties