| 1160 | |
| 1161 | |
| 1162 | void BookmarkView::onTreeSelectChanging( wxTreeEvent& event ) { |
| 1163 | |
| 1164 | event.Skip(); |
| 1165 | } |
| 1166 | |
| 1167 | |
| 1168 | void BookmarkView::onLabelKillFocus(wxFocusEvent &event) { |
nothing calls this directly
no outgoing calls
no test coverage detected