| 526 | static_cast<TabControl*>(this)->setButtonWidth(_sheet, _width); |
| 527 | } |
| 528 | void MemberObsolete<TabControl>::showBarButton(size_t _index) |
| 529 | { |
| 530 | static_cast<TabControl*>(this)->beginToItemAt(_index); |
| 531 | } |
| 532 | void MemberObsolete<TabControl>::showBarSelectButton() |
| 533 | { |
| 534 | static_cast<TabControl*>(this)->beginToItemSelected(); |
nothing calls this directly
no test coverage detected