| 737 | |
| 738 | #if wxUSE_ACCESSIBILITY |
| 739 | void Grid::ClearGrid() |
| 740 | { |
| 741 | wxGrid::ClearGrid(); |
| 742 | |
| 743 | mAx->TableUpdated(); |
| 744 | |
| 745 | return; |
| 746 | } |
| 747 | |
| 748 | bool Grid::InsertRows(int pos, int numRows, bool updateLabels) |
| 749 | { |
nothing calls this directly
no test coverage detected