From 1ec605b2c19cdb97e37d684a11b74d68fe25ca0c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 14 Apr 2014 03:36:07 +0000 Subject: [PATCH] Add some missing wxGrid methods git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76340 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 1e601cb6ee..f749a75d51 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -4486,6 +4486,10 @@ public: int verticalAlignment = wxALIGN_TOP, int textOrientation = wxHORIZONTAL ) const; + void SetCellHighlightColour( const wxColour& ); + void SetCellHighlightPenWidth(int width); + void SetCellHighlightROPenWidth(int width); + protected: /**