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

Method setCoord

MyGUIEngine/src/MyGUI_EditBox.cpp:1631–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629 }
1630
1631 void EditBox::setCoord(const IntCoord& _coord)
1632 {
1633 Base::setCoord(_coord);
1634
1635 eraseView();
1636 }
1637
1638 void EditBox::setCaption(const UString& _value)
1639 {

Callers

nothing calls this directly

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected