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

Method OnToggleTitlebarClick

examples/Test.cpp:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void SampleApp::OnToggleTitlebarClick() {
651 m_wndmain->SetStyle( m_wndmain->GetStyle() ^ sfg::Window::TITLEBAR );
652}
653
654void SampleApp::OnHideWindowClicked() {
655 m_wndmain->Show( !m_wndmain->IsLocallyVisible() );

Callers

nothing calls this directly

Calls 2

SetStyleMethod · 0.80
GetStyleMethod · 0.80

Tested by

no test coverage detected