| 1046 | } |
| 1047 | |
| 1048 | void ListBox::onKeyButtonReleased(KeyCode _key) |
| 1049 | { |
| 1050 | Base::onKeyButtonReleased(_key); |
| 1051 | |
| 1052 | eventNotifyItem(this, IBNotifyItemData(ITEM_NONE, IBNotifyItemData::KeyReleased, _key)); |
| 1053 | } |
| 1054 | |
| 1055 | void ListBox::setActivateOnClick(bool activateOnClick) |
| 1056 | { |
nothing calls this directly
no test coverage detected