Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetStyle
Method
GetStyle
src/SFGUI/Window.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
char Window::GetStyle() const {
94
return m_style;
95
}
96
97
bool Window::HasStyle( Style style ) const {
98
return (m_style & style) == style;
Callers
2
main
Function · 0.80
OnToggleTitlebarClick
Method · 0.80
Calls
no outgoing calls
Tested by
1
OnToggleTitlebarClick
Method · 0.64