| 545 | } |
| 546 | |
| 547 | void MultilistBox::setFuncHoverItemRender(std::function<void(sp<Control>)> func) |
| 548 | { |
| 549 | funcHoverItemRender = func; |
| 550 | setDirty(); |
| 551 | } |
| 552 | |
| 553 | void MultilistBox::setFuncSelectionItemRender(std::function<void(sp<Control>)> func) |
| 554 | { |
no outgoing calls
no test coverage detected