From: Robin Dunn Date: Tue, 15 Jun 2004 21:03:19 +0000 (+0000) Subject: Add placeholder for wxParseWildcard X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03d51a2d4095e3a2da174f8d6963c4802e636e95?ds=sidebyside Add placeholder for wxParseWildcard git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_functions.i b/wxPython/src/_functions.i index b562214ae4..60285dafde 100644 --- a/wxPython/src/_functions.i +++ b/wxPython/src/_functions.i @@ -51,6 +51,14 @@ DocDeclA( 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