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

Method getContentAlign

MyGUIEngine/src/MyGUI_EditBox.cpp:1937–1942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1935 }
1936
1937 Align EditBox::getContentAlign() const
1938 {
1939 if (mClientText != nullptr)
1940 return mClientText->getTextAlign();
1941 return ScrollViewBase::getContentAlign();
1942 }
1943
1944 void EditBox::setTextIntervalColour(size_t _start, size_t _count, const Colour& _colour)
1945 {

Callers

nothing calls this directly

Calls 1

getTextAlignMethod · 0.45

Tested by

no test coverage detected