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

Method showBarSelectButton

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 static_cast<TabControl*>(this)->beginToItemAt(_index);
531 }
532 void MemberObsolete<TabControl>::showBarSelectButton()
533 {
534 static_cast<TabControl*>(this)->beginToItemSelected();
535 }
536 size_t MemberObsolete<TabControl>::getSheetCount() const
537 {
538 return static_cast<const TabControl*>(this)->getItemCount();

Callers

nothing calls this directly

Calls 1

beginToItemSelectedMethod · 0.45

Tested by

no test coverage detected