| 381 | } |
| 382 | |
| 383 | void TabControl::actionWidgetHide(Widget* _widget, ControllerItem* _controller) |
| 384 | { |
| 385 | _widget->setVisible(false); |
| 386 | _widget->setEnabled(true); |
| 387 | } |
| 388 | |
| 389 | void TabControl::_showItem(TabItem* _item, bool _show, bool _smooth) |
| 390 | { |
nothing calls this directly
no test coverage detected