X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/msw/filedlg.h?ds=sidebyside diff --git a/include/wx/msw/filedlg.h b/include/wx/msw/filedlg.h index 9f7fd8b34e..889674199c 100644 --- a/include/wx/msw/filedlg.h +++ b/include/wx/msw/filedlg.h @@ -29,7 +29,6 @@ public: const wxSize& sz = wxDefaultSize, const wxString& name = wxFileDialogNameStr); - virtual void SetPath(const wxString& path); virtual void GetPaths(wxArrayString& paths) const; virtual void GetFilenames(wxArrayString& files) const; #ifndef __WXWINCE__ @@ -45,6 +44,9 @@ public: // called from the hook procedure on CDN_INITDONE reception virtual void MSWOnInitDone(WXHWND hDlg); + // called from the hook procedure on CDN_SELCHANGE. + void MSWOnSelChange(WXHWND hDlg); + protected: #if !(defined(__SMARTPHONE__) && defined(__WXWINCE__))