1. corrected client data deletion in wxListBox (no more memory leaks in controls
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 1999 16:29:08 +0000 (16:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 1999 16:29:08 +0000 (16:29 +0000)
commit185fa6bf6f5f19944cf4ce6385df7a4a04c595db
treef711d359a13761010e09460efdf0c5bfbc9c8cc1
parente6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a
1. corrected client data deletion in wxListBox (no more memory leaks in controls
   sample)
2. added wxST_NO_AUTORESIZE style for wxGTK and wxMSW and added test for it to
   the controls sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
samples/controls/controls.cpp
src/gtk/stattext.cpp
src/gtk1/stattext.cpp
src/msw/listbox.cpp
src/msw/stattext.cpp