| 684 | } |
| 685 | |
| 686 | void SampleApp::OnLoadThemeClick() { |
| 687 | m_desktop.LoadThemeFromFile( "data/example.theme" ); |
| 688 | } |
| 689 | |
| 690 | void SampleApp::OnAdjustmentChange() { |
| 691 | m_progress->SetFraction( m_scale->GetValue() / 100.f ); |
nothing calls this directly
no test coverage detected