| 788 | } |
| 789 | |
| 790 | void ProjectWindow::SetVerticalScrollbar(int position, int thumbSize, |
| 791 | int range, int pageSize, bool refresh) |
| 792 | { |
| 793 | mVsbar->SetScrollbar(position, thumbSize, range, pageSize, refresh); |
| 794 | } |
| 795 | |
| 796 | void ProjectWindow::ShowVerticalScrollbar(bool shown) |
| 797 | { |
no test coverage detected