| 424 | { return layout->selectionState.buttonMotion (it, charPos, linkNo, event); } |
| 425 | #endif |
| 426 | inline bool selectionHandleEvent (SelectionState::EventType eventType, |
| 427 | Iterator *it, int charPos, int linkNo, |
| 428 | MousePositionEvent *event) |
| 429 | { return layout->selectionState.handleEvent (eventType, it, charPos, linkNo, |
| 430 | event); } |
| 431 | |
| 432 | private: |
| 433 | void *deleteCallbackData; |
no test coverage detected