Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetScrollbarPolicy
Method
SetScrollbarPolicy
src/SFGUI/ScrolledWindow.cpp:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void ScrolledWindow::SetScrollbarPolicy( char policy ) {
71
m_policy = policy;
72
73
RecalculateContentAllocation();
74
Invalidate();
75
}
76
77
void ScrolledWindow::SetPlacement( Placement placement ) {
78
m_placement = placement;
Callers
2
main
Function · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
1
Run
Method · 0.64