FileDialog::Filter

FileDialog filters.

Header#include "nativeui/file_dialog.h"
Namespacenamespace nu
Typestruct

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.