Re-Added wxStream::StreamSize()
authorRobert Roebling <robert@roebling.de>
Sun, 25 Jul 1999 12:59:58 +0000 (12:59 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 25 Jul 1999 12:59:58 +0000 (12:59 +0000)
commite179bd6537b8e3d7543d23db3b6735ea7effe159
treeb9e0860d415b8800b457d6e79395f5def2790466
parenta76015e6ebf22e267c80f3740f3f7adc523b47e3
  Re-Added wxStream::StreamSize()
  Added in-place editting to wxTreeCtrl,
    modified wxListCtrl in-place editting
  Corrected behaviour of wxToolBar::Toggle() to not
    send messages and to report the correct state
  Removed many #include "wx/wx.h" to speed up
   compilation
 Some more compile fixes and tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/generic/helphtml.h
include/wx/generic/listctrl.h
include/wx/generic/treectrl.h
include/wx/helpbase.h
include/wx/stream.h
samples/listctrl/listtest.cpp
samples/toolbar/test.cpp
src/common/db.cpp
src/common/tbarsmpl.cpp
src/generic/caret.cpp
src/generic/helphtml.cpp
src/generic/listctrl.cpp
src/generic/treectrl.cpp
src/gtk/tbargtk.cpp
src/gtk1/tbargtk.cpp