| 539 | } |
| 540 | |
| 541 | void MultilistBox::setFuncHandleSelection(std::function<bool(Event *, sp<Control>, bool)> func) |
| 542 | { |
| 543 | funcHandleSelection = func; |
| 544 | // not dirty |
| 545 | } |
| 546 | |
| 547 | void MultilistBox::setFuncHoverItemRender(std::function<void(sp<Control>)> func) |
| 548 | { |
no outgoing calls
no test coverage detected