| 105 | } |
| 106 | |
| 107 | void TextBox::setTextShadowColour(const Colour& _value) |
| 108 | { |
| 109 | if (nullptr != getSubWidgetText()) |
| 110 | getSubWidgetText()->setShadowColour(_value); |
| 111 | } |
| 112 | |
| 113 | const Colour& TextBox::getTextShadowColour() const |
| 114 | { |
nothing calls this directly
no test coverage detected