Add wxFileDialog::GetCurrentlySelectedFilename().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:21:27 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:21:27 +0000 (23:21 +0000)
commit926df8a162ac02ccb102733c2c86d2cd50341d7e
treee5ceb4960ba06eaaf213da01a74339ff81a270ad
parent438959cca892a7651634cc3a7aad4819ac49b23c
Add wxFileDialog::GetCurrentlySelectedFilename().

Also send wxEVT_UPDATE_UI events for the extra controls in wxFileDialog.

The combination of these changes allows extra controls to update their state
depending on the current selection in the dialog. Show a simple example of
doing it in the dialogs sample.

Closes #15235.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filedlg.h
include/wx/gtk/filedlg.h
include/wx/msw/filedlg.h
interface/wx/filedlg.h
samples/dialogs/dialogs.cpp
src/gtk/filedlg.cpp
src/msw/filedlg.cpp