X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7430a4bbf8bcbff0497449568f51eef0907ad790..ec2df34e27ba41f202ecbf096cdfed082a9ddb8f:/include/wx/msw/filedlg.h diff --git a/include/wx/msw/filedlg.h b/include/wx/msw/filedlg.h index 4c4ec74993..889674199c 100644 --- a/include/wx/msw/filedlg.h +++ b/include/wx/msw/filedlg.h @@ -44,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__))