| 116 | } |
| 117 | |
| 118 | void wxShapeEvtHandler::OnDrawBranches(wxDC& dc, bool erase) |
| 119 | { |
| 120 | if (m_previousHandler) |
| 121 | m_previousHandler->OnDrawBranches(dc, erase); |
| 122 | } |
| 123 | |
| 124 | void wxShapeEvtHandler::OnSize(double x, double y) |
| 125 | { |
no test coverage detected