WebView::Dialog
Dialog is the base module for three avaiable kinds of dialog in Alizarin.
They includes:
WebView::OpenFileDialogWebView::SaveFileDialogWebView::SelectFolderDialog
Instance methods
add_file_filter(name : String, pattern : String)
Implicitly adds an WebView::DialogFileFilter to the dialog, given its name and pattern.
my_dialog.add_file_filter("Crystal", "*.cr")