| 533 | } |
| 534 | |
| 535 | void MultilistBox::setFuncIsVisibleItem(std::function<bool(sp<Control>)> func) |
| 536 | { |
| 537 | isVisibleItem = func; |
| 538 | setDirty(); |
| 539 | } |
| 540 | |
| 541 | void MultilistBox::setFuncHandleSelection(std::function<bool(Event *, sp<Control>, bool)> func) |
| 542 | { |
no outgoing calls
no test coverage detected