SDL 3.0
|
#include <SDL_dialog.h>
Data Fields | |
const char * | name |
const char * | pattern |
An entry for filters for file dialogs.
name
is a user-readable label for the filter (for example, "Office
document").
pattern
is a semicolon-separated list of file extensions (for example, "doc;docx"). File extensions may only contain alphanumeric characters, hyphens, underscores and periods. Alternatively, the whole string can be a single asterisk ("*"), which serves as an "All files" filter.
Definition at line 52 of file SDL_dialog.h.
const char* SDL_DialogFileFilter::name |
Definition at line 54 of file SDL_dialog.h.
const char* SDL_DialogFileFilter::pattern |
Definition at line 55 of file SDL_dialog.h.