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

Method setSheetButtonWidth

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setButtonWidthMethod · 0.45

Tested by

no test coverage detected