| 522 | static_cast<TabControl*>(this)->setButtonWidthAt(_index, _width); |
| 523 | } |
| 524 | void MemberObsolete<TabControl>::setSheetButtonWidth(TabItem* _sheet, int _width) |
| 525 | { |
| 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); |
nothing calls this directly
no test coverage detected