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

Method setSize

MyGUIEngine/src/MyGUI_ScrollBar.cpp:360–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 void ScrollBar::setSize(const IntSize& _size)
361 {
362 Base::setSize(_size);
363 // обновляем трек
364 updateTrack();
365 }
366
367 void ScrollBar::setCoord(const IntCoord& _coord)
368 {

Callers 2

updateTrackMethod · 0.45
setTrackSizeMethod · 0.45

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected