| 29 | } |
| 30 | |
| 31 | Align TextBox::getTextAlign() const |
| 32 | { |
| 33 | if (getSubWidgetText() != nullptr) |
| 34 | return getSubWidgetText()->getTextAlign(); |
| 35 | return Align::Default; |
| 36 | } |
| 37 | |
| 38 | void TextBox::setTextColour(const Colour& _value) |
| 39 | { |
no outgoing calls
no test coverage detected