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

Method setSize

MyGUIEngine/src/MyGUI_Canvas.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void Canvas::setSize(const IntSize& _size)
101 {
102 resize(_size);
103
104 Base::setSize(_size);
105 }
106
107 void Canvas::setCoord(const IntCoord& _coord)
108 {

Callers 15

ExportWidget_SetSizeFunction · 0.45
setFunction · 0.45
SetSizeFunction · 0.45
SetSizeFunction · 0.45

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected