| 2137 | } |
| 2138 | |
| 2139 | wxAccStatus |
| 2140 | KeyViewAx::Navigate(wxNavDir WXUNUSED(navDir), |
| 2141 | int WXUNUSED(fromId), |
| 2142 | int *WXUNUSED(toId), |
| 2143 | wxAccessible **WXUNUSED(toObject)) |
| 2144 | { |
| 2145 | return wxACC_NOT_IMPLEMENTED; |
| 2146 | } |
| 2147 | |
| 2148 | // Gets the name of the specified object. |
| 2149 | wxAccStatus |
no outgoing calls
no test coverage detected