]> git.saurik.com Git - wxWidgets.git/commitdiff
Add placeholder for wxParseWildcard
authorRobin Dunn <robin@alldunn.com>
Tue, 15 Jun 2004 21:03:19 +0000 (21:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 15 Jun 2004 21:03:19 +0000 (21:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_functions.i

index b562214ae4b976957b71009245d86e4d8fb5fc34..60285dafded5201efdac6f77e55c68e6afa9deb6 100644 (file)
@@ -51,6 +51,14 @@ DocDeclA(
 
 wxString wxGetOsDescription();
 
 
 wxString wxGetOsDescription();
 
+// TODO:
+// // 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"
+// int wxParseWildcard(const wxString& wildCard, wxArrayString& descriptions, wxArrayString& filters);
+
 #if defined(__WXMSW__) || defined(__WXMAC__)
 long wxGetFreeMemory();
 #else
 #if defined(__WXMSW__) || defined(__WXMAC__)
 long wxGetFreeMemory();
 #else