]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Add SetMinSize and SetMaxSize to go along with the Get's already there.
[wxWidgets.git] / include / wx / filefn.h
index 65e3396aa0e1ea62d60f4f40a379ef564f776dd5..7c825eda5f897783d3ac719fa267a3e7949e8e72 100644 (file)
@@ -353,6 +353,13 @@ WXDLLIMPEXP_BASE wxString wxGetOSDirectory();
 // Get file modification time
 WXDLLIMPEXP_BASE time_t wxFileModificationTime(const wxString& filename);
 
+// Parses the wildCard, returning the number of filters.
+// Returns 0 if none or if there's a problem,
+// The arrays will contain an equal number of items found before the error.
+// wildCard is in the form:
+// "All files (*)|*|Image Files (*.jpeg *.png)|*.jpg;*.png"
+WXDLLIMPEXP_BASE int wxParseWildcard(const wxString& wildCard, wxArrayString& descriptions, wxArrayString& filters);
+
 // ----------------------------------------------------------------------------
 // classes
 // ----------------------------------------------------------------------------