Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetScrollbarPolicy
Method
GetScrollbarPolicy
src/SFGUI/ScrolledWindow.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
char ScrolledWindow::GetScrollbarPolicy() const {
67
return m_policy;
68
}
69
70
void ScrolledWindow::SetScrollbarPolicy( char policy ) {
71
m_policy = policy;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected