| 273 | } |
| 274 | |
| 275 | void EditBoxImplCommon::refreshLabelAlignment() |
| 276 | { |
| 277 | _label->setHorizontalAlignment(_alignment); |
| 278 | _labelPlaceHolder->setHorizontalAlignment(_alignment); |
| 279 | } |
| 280 | |
| 281 | void EditBoxImplCommon::setText(const char* text) |
| 282 | { |
nothing calls this directly
no test coverage detected