| 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 | { |
nothing calls this directly
no test coverage detected