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

Method setTextAlign

MyGUIEngine/src/MyGUI_EditBox.cpp:1678–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1676 }
1677
1678 void EditBox::setTextAlign(Align _value)
1679 {
1680 Base::setTextAlign(_value);
1681
1682 if (mClientText != nullptr)
1683 mClientText->setTextAlign(_value);
1684
1685 // так как мы сами рулим смещениями
1686 updateView();
1687 }
1688
1689 void EditBox::setTextColour(const Colour& _value)
1690 {

Callers 6

setFunction · 0.45
initialiseMethod · 0.45
createSceneMethod · 0.45
createSkinMethod · 0.45

Calls 1

setTextAlignFunction · 0.85

Tested by 1

createSkinMethod · 0.36