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

Method setTextColour

MyGUIEngine/src/MyGUI_EditBox.cpp:1689–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687 }
1688
1689 void EditBox::setTextColour(const Colour& _value)
1690 {
1691 Base::setTextColour(_value);
1692
1693 if (mClientText != nullptr)
1694 mClientText->setTextColour(_value);
1695 }
1696
1697 IntCoord EditBox::getTextRegion() const
1698 {

Callers 8

setFunction · 0.45
StatisticInfoMethod · 0.45
notifyFrameStartMethod · 0.45
parseTextMethod · 0.45
commandMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls 1

setTextColourFunction · 0.85

Tested by

no test coverage detected