| 1029 | } |
| 1030 | |
| 1031 | void ListBox::notifyKeyButtonPressed(Widget* _sender, KeyCode _key, Char _char) |
| 1032 | { |
| 1033 | eventNotifyItem(this, IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::KeyPressed, _key, _char)); |
| 1034 | } |
| 1035 | |
| 1036 | void ListBox::notifyKeyButtonReleased(Widget* _sender, KeyCode _key) |
| 1037 | { |
nothing calls this directly
no test coverage detected