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

Method setSize

UnitTests/UnitTest_HyperTextBox/Panel.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 void Panel::setSize(const IntSize& _value)
19 {
20 Base::setSize(_value);
21 //overrideArrange();
22 }
23
24 void Panel::setCoord(const IntCoord& _value)
25 {

Callers

nothing calls this directly

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected