Moved the [Set|Get]Client[Data|Object] and such out of wxWindowBase
authorRobin Dunn <robin@alldunn.com>
Tue, 9 Oct 2001 22:50:33 +0000 (22:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 9 Oct 2001 22:50:33 +0000 (22:50 +0000)
commit88a9f974b8d98b194174270c575cc6cb9b2b5bd3
treea6f4422a2a1f728a9dd50b15c7b20cd3bb155c96
parent56f23a58559a45489c5e8c8b2fe260dae4bf10f9
Moved the [Set|Get]Client[Data|Object] and such out of wxWindowBase
and into a mixin class.  Mixed it with wxEvtHandler.  Regenerated
files lists and makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
distrib/msw/tmake/filelist.txt
include/wx/clntdata.h [new file with mode: 0644]
include/wx/event.h
include/wx/window.h
src/common/clntdata.cpp [new file with mode: 0644]
src/common/wincmn.cpp
src/gtk/files.lst
src/gtk1/files.lst
src/mac/carbon/files.lst
src/mac/files.lst
src/motif/files.lst
src/msw/files.lst
src/msw/makebase.vc
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat
src/os2/files.lst
src/univ/files.lst