]> git.saurik.com Git - wxWidgets.git/commit
Added support for corner, row and column headers renderers to wxGrid.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Sep 2009 00:45:29 +0000 (00:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Sep 2009 00:45:29 +0000 (00:45 +0000)
commitba9574c310e8930a0e71547507c9811e22633f30
treed4482b89c1fb19374051a108ef84192215512b50
parent62960a2c6e9c54720126a7207fa47e9e539f6040
Added support for corner, row and column headers renderers to wxGrid.

Make it possible to customize the appearance of wxGrid corner window and its
row and column headers by defining custom renderers for them.

Add demonstration of this new feature to the grid sample and update the
documentation.

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