| 1894 | } |
| 1895 | |
| 1896 | void EditBox::setContentPosition(const IntPoint& _point) |
| 1897 | { |
| 1898 | if (mClientText != nullptr) |
| 1899 | mClientText->setViewOffset(_point); |
| 1900 | } |
| 1901 | |
| 1902 | IntSize EditBox::getViewSize() const |
| 1903 | { |
nothing calls this directly
no test coverage detected