Added different strategy for updating grid lines.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2000-02-05 18:04:13 +00:00
parent 8febdd3905
commit 796df70a76
2 changed files with 29 additions and 11 deletions

View File

@@ -449,7 +449,7 @@ public:
void DrawGridCellArea( wxDC& dc );
void DrawCellBorder( wxDC& dc, const wxGridCellCoords& );
void DrawAllGridLines( wxDC& dc ); // TODO - delete this ?
void DrawAllGridLines( wxDC& dc, const wxRegion & reg = wxRegion() );
void DrawCell( wxDC& dc, const wxGridCellCoords& );
void DrawCellBackground( wxDC& dc, const wxGridCellCoords& );
void DrawCellValue( wxDC& dc, const wxGridCellCoords& );