MCPcopy Create free account
hub / github.com/MyGUI/mygui / actionWidgetHide

Method actionWidgetHide

MyGUIEngine/src/MyGUI_TabControl.cpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
setEnabledMethod · 0.45

Tested by

no test coverage detected