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

Method SetDigits

src/SFGUI/SpinButton.cpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void SpinButton::SetDigits( unsigned int digits ) {
283 m_digits = digits;
284
285 UpdateTextFromAdjustment();
286}
287
288void SpinButton::Configure( Adjustment::Ptr adjustment, float step, unsigned int digits ) {
289 SetAdjustment( adjustment );

Callers 2

mainFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64