Added wxFFileStream base on wxFFile (as opposed to wxFile)
authorRobert Roebling <robert@roebling.de>
Sun, 22 Aug 1999 16:12:48 +0000 (16:12 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 22 Aug 1999 16:12:48 +0000 (16:12 +0000)
commit65045edde4a36217aebb214d841b658f28eb6ac7
treeedd3e487739015234ed8746ddb017a0fd9c42225
parente2acb9ae1c69c1e37cbe0e46933929f5b1b021ba
  Added wxFFileStream base on wxFFile (as opposed to wxFile)
  Implemented the "endl" thing for text streams,
  Corrected cursor display for text ctrls,
  Corrected the strange spin button behaviour when dynamically
    changing its range
  Corrcected bug in wxListBox when programmatically unselecting
   an item in multi-select mode (bug reports are getting esoteric)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
docs/latex/wx/strmfile.tex
docs/latex/wx/txtstrm.tex
include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h
include/wx/txtstrm.h
include/wx/wfstream.h
samples/controls/controls.cpp
samples/text/Makefile.in
src/common/wfstream.cpp
src/gtk/listbox.cpp
src/gtk/spinbutt.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/listbox.cpp
src/gtk1/spinbutt.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp