Allow 2-step creation of wxGenericProgressDialog.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Dec 2011 23:52:39 +0000 (23:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Dec 2011 23:52:39 +0000 (23:52 +0000)
commitf27f9577caadb552c0c90c84130a52e0451196ec
tree109546924fea02271196557b5b39fb14919abd8e
parent45d366f961f45ebf01868d992a1efa3309e5f67f
Allow 2-step creation of wxGenericProgressDialog.

Add default ctor and Create() with the same parameters as the non-default
ctor.

Closes #13555.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/progdlgg.h
src/generic/progdlgg.cpp
src/msw/progdlg.cpp