MCPcopy Create free account
hub / github.com/TankOs/SFGUI / OnHideWindowClicked

Method OnHideWindowClicked

examples/Test.cpp:654–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void SampleApp::OnHideWindowClicked() {
655 m_wndmain->Show( !m_wndmain->IsLocallyVisible() );
656}
657
658void SampleApp::OnToggleOrientationClick() {
659 if( m_boxorientation->GetOrientation() == sfg::Box::Orientation::HORIZONTAL ) {

Callers

nothing calls this directly

Calls 2

IsLocallyVisibleMethod · 0.80
ShowMethod · 0.45

Tested by

no test coverage detected