Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
650
void SampleApp::OnToggleTitlebarClick() {
651
m_wndmain->SetStyle( m_wndmain->GetStyle() ^ sfg::Window::TITLEBAR );
652
}
653
654
void SampleApp::OnHideWindowClicked() {
655
m_wndmain->Show( !m_wndmain->IsLocallyVisible() );
Callers
nothing calls this directly
Calls
2
SetStyle
Method · 0.80
GetStyle
Method · 0.80
Tested by
no test coverage detected