MCPcopy 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
129void Adjustment::IncrementPage() {
130 SetValue( GetValue() + GetMajorStep() );
131}
132
133void Adjustment::DecrementPage() {
134 SetValue( GetValue() - GetMajorStep() );

Callers 2

HandleUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected