| 764 | } |
| 765 | |
| 766 | void ControlToolBar::UpdateStatusBar() |
| 767 | { |
| 768 | ProjectStatus::Get( mProject ).Set( |
| 769 | StateForStatusBar(), StateStatusBarField() |
| 770 | ); |
| 771 | } |
| 772 | |
| 773 | void ControlToolBar::StartScrollingIfPreferred() |
| 774 | { |
nothing calls this directly
no test coverage detected