MCPcopy Create free account
hub / github.com/TankOs/SFGUI / SetIncrements

Method SetIncrements

src/SFGUI/Range.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void Range::SetIncrements( float minor_step, float major_step ) {
53 m_adjustment->SetMinorStep( minor_step );
54 m_adjustment->SetMajorStep( major_step );
55}
56
57void Range::SetRange( float min, float max ) {
58 m_adjustment->SetLower( min );

Callers 1

CreateMethod · 0.80

Calls 2

SetMinorStepMethod · 0.80
SetMajorStepMethod · 0.80

Tested by

no test coverage detected