| 808 | } |
| 809 | |
| 810 | void GridAx::TableUpdated() |
| 811 | { |
| 812 | NotifyEvent(wxACC_EVENT_OBJECT_REORDER, |
| 813 | mGrid->GetGridWindow(), |
| 814 | wxOBJID_CLIENT, |
| 815 | 0); |
| 816 | } |
| 817 | |
| 818 | void GridAx::SetCurrentCell(int row, int col) |
| 819 | { |
no outgoing calls
no test coverage detected