1. some minor but nasty bugs fixed (see post to the list)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 May 1999 23:48:12 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 May 1999 23:48:12 +0000 (23:48 +0000)
commit789295bf7bd4b58b0270800fb689fce0786dae15
tree4b23eff3d1bee91e9c5583b4816a5ce085946c96
parentc52d95b412d81372e2705d5e1c03a0417af79ade
1. some minor but nasty bugs fixed (see post to the list)
2. new wxCaret class (MSW only so far)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
include/wx/caret.h [new file with mode: 0644]
include/wx/msw/caret.h [new file with mode: 0644]
include/wx/msw/setup0.h
include/wx/msw/textctrl.h
include/wx/msw/window.h
include/wx/window.h
src/common/wincmn.cpp
src/msw/caret.cpp [new file with mode: 0644]
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.sl
src/msw/makefile.twn
src/msw/makefile.vc
src/msw/makefile.wat
src/msw/notebook.cpp
src/msw/region.cpp
src/msw/textctrl.cpp
src/msw/window.cpp