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

Method showBarButton

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

beginToItemAtMethod · 0.45

Tested by

no test coverage detected