1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jul 1999 23:39:47 +0000 (23:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jul 1999 23:39:47 +0000 (23:39 +0000)
commitc49245f8baabd69afd7302c43474d3bdd247fb89
treecf13c213eda0fcabc41a6b96037b4a6c17a8d1f7
parent953704c1c76cfb9cfb7b91f0e81f98c30d27eb56
1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample)
2. wxTE_RICH style added to wxMSW, the text controls don't use RICHEDIT
   class by default any more
3. wxRadioBox doesn't generate button events any more (grrr...)
4. commented out code in log.cpp restored and a bug corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
docs/latex/wx/function.tex
include/wx/Makefile.am
include/wx/defs.h
include/wx/generic/textdlgg.h
include/wx/msw/radiobox.h
include/wx/msw/statbox.h
include/wx/msw/wx.rc
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
src/common/log.cpp
src/generic/textdlgg.cpp
src/msw/app.cpp
src/msw/radiobox.cpp
src/msw/statbox.cpp
src/msw/textctrl.cpp