Renamed wxStream::StreamSize() to wxStream::GetSize()
authorRobert Roebling <robert@roebling.de>
Sat, 24 Jul 1999 10:50:13 +0000 (10:50 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 24 Jul 1999 10:50:13 +0000 (10:50 +0000)
commitcd25b18c8e7e8d77b1a5847f289afec6e114fbd5
tree295501c1cd83374cb57598d47fe0a01f69411381
parent5a96d2f45fec76a2d0da1c0c7672b62c19280f43
  Renamed wxStream::StreamSize() to wxStream::GetSize()
  Add wxStream bool operator !().
  Made wxTextStream safe for conversion from/to Mac/DOS/Unix
  Added wxFrame::Iconize()
  Applied patch for stippled brushes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/gtk/frame.h
include/wx/gtk1/frame.h
include/wx/mstream.h
include/wx/stream.h
include/wx/txtstrm.h
include/wx/wfstream.h
src/common/imagjpeg.cpp
src/common/mstream.cpp
src/common/txtstrm.cpp
src/common/wfstream.cpp
src/gtk/dcclient.cpp
src/gtk/frame.cpp
src/gtk1/dcclient.cpp
src/gtk1/frame.cpp