1) minor modifications in fileconf.cpp
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Sep 1998 21:13:46 +0000 (21:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Sep 1998 21:13:46 +0000 (21:13 +0000)
commit1c4a764c984ba8e482e5d808fd1c762aeb5b535a
tree338c7df4c7f76279cdaa872d15816163ac4d5f38
parent803bf1c5818154dbff797029441c7de0d85339d5
1) minor modifications in fileconf.cpp
2) new MSW function (private.h): wxGetWindowText() which works with wxString
   instead of (horror) fixed size buffers. All calls to ::GetWindowText()
   should be replaced with this!
3) remains of casts to float in different wxControl classes removed,
   (EDIT|BUTTON)_HEIGHT_FROM_CHAR_HEIGHT macros introduced (could be
   made inline functions as well...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private.h
src/common/fileconf.cpp
src/common/gdicmn.cpp
src/common/log.cpp
src/msw/button.cpp
src/msw/choice.cpp
src/msw/combobox.cpp
src/msw/notebook.cpp
src/msw/statbox.cpp
src/msw/textctrl.cpp
src/msw/utils.cpp