| 313 | static_cast<ListBox*>(this)->beginToItemLast(); |
| 314 | } |
| 315 | void MemberObsolete<ListBox>::beginToSelect() |
| 316 | { |
| 317 | static_cast<ListBox*>(this)->beginToItemSelected(); |
| 318 | } |
| 319 | bool MemberObsolete<ListBox>::isItemVisible(size_t _index, bool _fill) |
| 320 | { |
| 321 | return static_cast<ListBox*>(this)->isItemVisibleAt(_index, _fill); |
nothing calls this directly
no test coverage detected