| 753 | } |
| 754 | |
| 755 | void ProjectWindow::SetHorizontalScrollbar(int position, int thumbSize, |
| 756 | int range, int pageSize, bool refresh) |
| 757 | { |
| 758 | mHsbar->SetScrollbar(position, thumbSize, range, pageSize, refresh); |
| 759 | } |
| 760 | |
| 761 | void ProjectWindow::ShowHorizontalScrollbar(bool shown) |
| 762 | { |
no test coverage detected