Reworked wxPGCell. It is now reference counted, and therefore much more user friendly...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 31 Oct 2008 18:53:37 +0000 (18:53 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 31 Oct 2008 18:53:37 +0000 (18:53 +0000)
commitd7e2b52235d70e25d7797ce1dccd97fa6989f4b5
tree1c5506ee32c8f2b7dba443a8edd25d2df6687f70
parent42632bcee13d266353f70d703940467ef546e417
Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/property.h
include/wx/propgrid/propgrid.h
include/wx/propgrid/propgridiface.h
interface/wx/propgrid/property.h
samples/propgrid/propgrid.cpp
samples/propgrid/propgrid.h
src/propgrid/editors.cpp
src/propgrid/property.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridiface.cpp
src/propgrid/propgridpagestate.cpp