From 358a10a16a0df1724bfb1868c00874ea19ceb40d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 14 Apr 2014 03:24:27 +0000 Subject: [PATCH] Add some missing wxGrid methods git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/grid.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 77be6d5279..2594e3de7d 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -4480,6 +4480,10 @@ public: int verticalAlignment = wxALIGN_TOP, int textOrientation = wxHORIZONTAL ) const; + void SetCellHighlightColour( const wxColour& ); + void SetCellHighlightPenWidth(int width); + void SetCellHighlightROPenWidth(int width); + protected: /**