Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetMajorStep
Method
SetMajorStep
src/SFGUI/Adjustment.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void Adjustment::SetMajorStep( float new_major_step ) {
95
m_major_step = new_major_step;
96
}
97
98
float Adjustment::GetPageSize() const {
99
return m_page_size;
Callers
6
RecalculateAdjustments
Method · 0.80
RecalculateContentAllocation
Method · 0.80
HandleStateChange
Method · 0.80
SetIncrements
Method · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected