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

Method SetValue

src/SFGUI/Range.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Range::SetValue( float new_value ) {
49 m_adjustment->SetValue( new_value );
50}
51
52void Range::SetIncrements( float minor_step, float major_step ) {
53 m_adjustment->SetMinorStep( minor_step );

Callers 5

mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

RunMethod · 0.36