]> git.saurik.com Git - wxWidgets.git/commit - src/common/wincmn.cpp
1. wxWizard supports setting images for each page, sample updated to show it
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Jan 2000 02:26:25 +0000 (02:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Jan 2000 02:26:25 +0000 (02:26 +0000)
commitf1df09276caf8575eed4e9bf2689c69903a749a9
treed5e3541a7529d2e6d2c33873c8f05993d02aa932
parentcded6e3c281d23fef2aa6be530c9c295a5c017f2
1. wxWizard supports setting images for each page, sample updated to show it
2. wxLogGui now uses a special dialog instead of a wxMsgBox
3. wxComboBox doesn't limit the text to its size under MSW
4. removed windows.h from dummy.cpp because I think it's unneeded

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/generic/wizard.h
include/wx/log.h
include/wx/wizard.h
src/common/db.cpp
src/common/dlgcmn.cpp
src/common/wincmn.cpp
src/generic/logg.cpp
src/generic/msgdlgg.cpp
src/generic/wizard.cpp
src/msw/combobox.cpp
src/msw/dummy.cpp
src/msw/mimetype.cpp