]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk/filedlg.h
Implement wxDirDialog:: and wxFileDialog::Create() in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Mar 2012 12:32:27 +0000 (12:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Mar 2012 12:32:27 +0000 (12:32 +0000)
commite3f54c8f7c20587c81726cd5f4b90e659f818bbe
tree97a9c00db9724d8d19195a79cafad8ce8c9f1496
parent4cfe5fa88a55991f88a4529378f1cdfd8bd3dec3
Implement wxDirDialog:: and wxFileDialog::Create() in wxGTK.

Simply move the code from non-default constructor to Create(). This allows to
create the dialogs using 2-step creation if necessary.

Closes #14069.

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