| 652 | } |
| 653 | |
| 654 | void SampleApp::OnHideWindowClicked() { |
| 655 | m_wndmain->Show( !m_wndmain->IsLocallyVisible() ); |
| 656 | } |
| 657 | |
| 658 | void SampleApp::OnToggleOrientationClick() { |
| 659 | if( m_boxorientation->GetOrientation() == sfg::Box::Orientation::HORIZONTAL ) { |
nothing calls this directly
no test coverage detected