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

Method SetMinorStep

src/SFGUI/Adjustment.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Adjustment::SetMinorStep( float new_minor_step ) {
87 m_minor_step = new_minor_step;
88}
89
90float Adjustment::GetMajorStep() const {
91 return m_major_step;

Callers 7

SetStepMethod · 0.80
HandleStateChangeMethod · 0.80
SetIncrementsMethod · 0.80
RunMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64