| 234 | } |
| 235 | |
| 236 | void wxShapeEvtHandler::OnDrawOutline(wxDC& dc, double x, double y, double w, double h) |
| 237 | { |
| 238 | if (m_previousHandler) |
| 239 | m_previousHandler->OnDrawOutline(dc, x, y, w, h); |
| 240 | } |
| 241 | |
| 242 | void wxShapeEvtHandler::OnDrawControlPoints(wxDC& dc) |
| 243 | { |
no test coverage detected