wxGridCellAttr::Clone() added to allow the demo of custom grid cell attr provider...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Feb 2000 19:08:01 +0000 (19:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Feb 2000 19:08:01 +0000 (19:08 +0000)
commita68c1246db34618d4e60e2a6ccdac4f35700a3f1
tree52378b16329cd29d636f6d05f104bdc55368521b
parent3f5513f5bb1cb46db13ac38d010458c7e863208c
wxGridCellAttr::Clone() added to allow the demo of custom grid cell attr provider to work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
samples/newgrid/griddemo.cpp
samples/newgrid/griddemo.h
src/generic/grid.cpp