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

Method SetStep

src/SFGUI/SpinButton.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void SpinButton::SetStep( float step ) {
266 m_adjustment->SetMinorStep( step );
267
268 UpdateTextFromAdjustment();
269}
270
271void SpinButton::SetRange( float minimum, float maximum ) {
272 m_adjustment->SetLower( minimum );

Callers

nothing calls this directly

Calls 1

SetMinorStepMethod · 0.80

Tested by

no test coverage detected