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

Method setSize

Tools/LayoutEditor/SelectorControl.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void SelectorControlLE::setSize(const MyGUI::IntSize& _value)
51 {
52 mCoordValue = _value;
53 updateCoord();
54 }
55
56 void SelectorControlLE::setPosition(const MyGUI::IntPoint& _value)
57 {

Callers 4

notifyChangeWidthMethod · 0.45
showMethod · 0.45
notifyChangeWidthMethod · 0.45
notifyChangeWidthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected