| 1921 | } |
| 1922 | |
| 1923 | size_t EditBox::getHScrollPage() const |
| 1924 | { |
| 1925 | if (mClientText != nullptr) |
| 1926 | return (size_t)mClientText->getFontHeight(); |
| 1927 | return ScrollViewBase::getHScrollPage(); |
| 1928 | } |
| 1929 | |
| 1930 | IntPoint EditBox::getContentPosition() const |
| 1931 | { |
nothing calls this directly
no test coverage detected