wxWizardPage may be loaded from resource (patch 470683)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-11-02 17:22:44 +00:00
parent 02244615e5
commit a0a48a3f0d
4 changed files with 40 additions and 10 deletions

View File

@@ -46,6 +46,7 @@ All (GUI):
- wxStreamToTextRedirector to allow easily redirect cout to wxTextCtrl added
- fixed bug with using wxExecute() to capture huge amounts of output
- new wxCalendarCtrl styles added (S<>ren Erland Vest<73>)
- wxWizardPage can be loaded from WXR (Robert Cavanaugh)
- wxDirSelector() added (Paul A. Thiessen)
wxHTML: