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

Method setSize

MyGUIEngine/src/MyGUI_ScrollView.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void ScrollView::setSize(const IntSize& _size)
75 {
76 Base::setSize(_size);
77
78 updateView();
79 }
80
81 void ScrollView::setCoord(const IntCoord& _coord)
82 {

Callers 1

setCanvasSizeMethod · 0.45

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected