Start using IFileDialogEvents to get notifications about changes
For now only update the currently selected file type using this interface, but it will be used for more notifications later.
This commit is contained in:
parent
a341efec34
commit
0a1714b709
2 changed files with 95 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ private:
|
|||
// called from the hook procedure on CDN_SELCHANGE.
|
||||
void MSWOnSelChange(WXHWND hDlg);
|
||||
|
||||
// called from the hook procedure on CDN_TYPECHANGE.
|
||||
// called when the currently selected type of files changes in the dialog
|
||||
void MSWOnTypeChange(int nFilterIndex);
|
||||
|
||||
// The real implementation of ShowModal() using traditional common dialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue