From: Robin Dunn Date: Wed, 11 Sep 2013 17:02:06 +0000 (+0000) Subject: Add missing Calc*Exposed methods X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2cedd586b5bc774a47b109f8afd2ea65f625798b?hp=a03cf28b3548c25a72ab0cfbf7be59ddc5684863 Add missing Calc*Exposed methods git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/grid.h b/interface/wx/grid.h index dd3d78770a..9eb69fd9f4 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -4303,6 +4303,11 @@ public: */ void SetRowAttr(int row, wxGridCellAttr* attr); + + wxArrayInt CalcRowLabelsExposed( const wxRegion& reg ); + wxArrayInt CalcColLabelsExposed( const wxRegion& reg ); + wxGridCellCoordsArray CalcCellsExposed( const wxRegion& reg ); + //@}