Added serial code for wxList and wxHashTable to source tree
authorRobert Roebling <robert@roebling.de>
Mon, 7 Dec 1998 08:27:06 +0000 (08:27 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 7 Dec 1998 08:27:06 +0000 (08:27 +0000)
commit907789a0f72354f30ec04f79f03a0b7e2a29ac9a
treede10b60def9c896a1e60558d5c6d2b7503e81cba
parentef5390661e7e0122ecaab8eeafd9a221fed3f80b
  Added serial code for wxList and wxHashTable to source tree
  Added a few accessors to wxList (for above)
  Fixed bug with GetClientSize() and sunken frames without
  scrollbars
  Made pixel corrections to wxListCtrl and wxFrame
  Added a few pixels before first tool in toolbar
  Added a few wxCHECKs here and there

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
include/wx/list.h
include/wx/serbase.h
samples/listctrl/listtest.cpp
samples/minifram/test.cpp
src/common/serbase.cpp
src/generic/listctrl.cpp
src/gtk/frame.cpp
src/gtk/mdi.cpp
src/gtk/pen.cpp
src/gtk/radiobox.cpp
src/gtk/tbargtk.cpp
src/gtk/window.cpp
src/gtk1/frame.cpp
src/gtk1/mdi.cpp
src/gtk1/pen.cpp
src/gtk1/radiobox.cpp
src/gtk1/tbargtk.cpp
src/gtk1/window.cpp