Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ IncrementPage
Method
IncrementPage
src/SFGUI/Adjustment.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void Adjustment::IncrementPage() {
130
SetValue( GetValue() + GetMajorStep() );
131
}
132
133
void Adjustment::DecrementPage() {
134
SetValue( GetValue() - GetMajorStep() );
Callers
2
HandleMouseButtonEvent
Method · 0.80
HandleUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected