* Fixes and new features in wxObject*Stream
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 4 Aug 1998 17:49:26 +0000 (17:49 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 4 Aug 1998 17:49:26 +0000 (17:49 +0000)
commit7a4b9130e341e8ed5192cac76574119fb6664c6c
tree62745bea1c1caf09d0ef4609b0fb24eeb1698cb1
parent9fdd83842f5ead4ef45852b9943df36c38b4d7d7
* Fixes and new features in wxObject*Stream
* Fixes: wxChoice (GTK), wxCheckBox (GTK)
* Fixes: wxStream
* wxObject calls wx*Serialize::LoadObject/StoreObject in StoreObject/LoadObject
* Added support for dynamic library (Linux only, Windows will follow)
* Added serbase.h (Serialization base defines and base object)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
include/wx/dynlib.h [new file with mode: 0644]
include/wx/object.h
include/wx/objstrm.h
include/wx/serbase.h [new file with mode: 0644]
include/wx/stream.h
install/gtk/configure
install/gtk/configure.in
src/Makefile.in
src/common/dynlib.cpp [new file with mode: 0644]
src/common/fstream.cpp
src/common/object.cpp
src/common/objstrm.cpp
src/common/stream.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp