| 122 | } |
| 123 | |
| 124 | bool TextBox::getTextShadow() const |
| 125 | { |
| 126 | return (nullptr == getSubWidgetText()) ? false : getSubWidgetText()->getShadow(); |
| 127 | } |
| 128 | |
| 129 | void TextBox::setPropertyOverride(std::string_view _key, std::string_view _value) |
| 130 | { |
no test coverage detected