1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jul 1999 22:55:57 +0000 (22:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jul 1999 22:55:57 +0000 (22:55 +0000)
commita1b82138efe9aacda4e0ad7ce4b1551d624524c4
tree399ac3d53b763f1e95886eff49b23255fe3ff5ba
parentf2071dda0b6016afed8777a4dd23f0ada537026b
1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
   open/read/seek...
2. wxTextCtrlBase appears, several bug fixes in MSW wxTextCtrl and made
   LoadFile() behave in the same way under GTK and MSW (fixed it for MSW
   too)
3. Corrected the sash position calculation in sashwin.cpp - seems to work
   now but I wonder how it could ever work before?
4. new, tmake generated, MSW makefiles. They probably don't work - will fix
   them as soon as people start complaining.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
include/wx/ffile.h [new file with mode: 0644]
include/wx/file.h
include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h [copied from include/wx/gtk/textctrl.h with 58% similarity]
include/wx/msw/clipbrd.h
include/wx/msw/textctrl.h
include/wx/textctrl.h
include/wx/textfile.h
src/common/ffile.cpp [new file with mode: 0644]
src/common/file.cpp
src/common/textcmn.cpp [new file with mode: 0644]
src/common/textfile.cpp
src/common/unzip.c
src/common/variant.cpp
src/generic/sashwin.cpp
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat
src/msw/textctrl.cpp
src/msw/window.cpp