Add default ctors and Create() to wxDirDialog and wxFileDialog in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 21:12:07 +0000 (21:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 21:12:07 +0000 (21:12 +0000)
commitaad2997b672b353e8d3cf5152e7ed12e3c25dacf
tree61fadd6d7722055048d1fe7dd0d9d91047f66611
parent497b4e64ceeff10f40104d26139fa7f1ee347095
Add default ctors and Create() to wxDirDialog and wxFileDialog in wxOSX.

Allow two-step creation of these classes.

Closes #15316.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/dirdlg.h
include/wx/osx/filedlg.h
src/osx/carbon/dirdlg.cpp
src/osx/carbon/filedlg.cpp
src/osx/cocoa/dirdlg.mm
src/osx/cocoa/filedlg.mm