FileDialog::Filter
FileDialog filters.
| Header | #include "nativeui/file_dialog.h" | 
| Namespace | namespace nu | 
| Type | struct | 
FileDialog::Filter is a tuple type:
std::tuple<std::string, std::vector<std::string>>
The first element is the filter's description, the second element is a vector of possible extensions.