]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing Calc*Exposed methods
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Sep 2013 17:02:06 +0000 (17:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Sep 2013 17:02:06 +0000 (17:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/grid.h

index dd3d78770a9dc7799fa680e5d550a1df73084bfc..9eb69fd9f410334fed0a172a91cf6c3a7e3db718 100644 (file)
@@ -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 );
+
     //@}