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

Method getTextRegion

MyGUIEngine/src/MyGUI_EditBox.cpp:1697–1702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695 }
1696
1697 IntCoord EditBox::getTextRegion() const
1698 {
1699 if (mClientText != nullptr)
1700 return mClientText->getCoord();
1701 return Base::getTextRegion();
1702 }
1703
1704 IntSize EditBox::getTextSize() const
1705 {

Callers 5

updateMeasureMethod · 0.45
updateWidthColumnsMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected