Extract default grid header renderers from wxGridCellAttrProvider.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Sep 2009 14:28:55 +0000 (14:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Sep 2009 14:28:55 +0000 (14:28 +0000)
commit670d01778a69731665cbb7c77726f067a1c8ce17
treedf8d54690cb46d543750c18e676fedd81edbfe90
parentcb7c02fd46c59ec4cb399435659db63eb0969d27
Extract default grid header renderers from wxGridCellAttrProvider.

We must be able to use them even when we have no attributes at all
and even when we have no associated table, so use default renderers in wxGrid
implementation of Draw{Row,Column}Label()/DrawBorder() in this case.

Closes #11230.

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