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

Method SetMajorStep

src/SFGUI/Adjustment.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void Adjustment::SetMajorStep( float new_major_step ) {
95 m_major_step = new_major_step;
96}
97
98float Adjustment::GetPageSize() const {
99 return m_page_size;

Callers 6

HandleStateChangeMethod · 0.80
SetIncrementsMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected