MCPcopy Create free account
hub / github.com/audacity/audacity / SetValue

Method SetValue

libraries/lib-wx-wrappers/SpinControl.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void SpinControl::SetValue(double value)
86{
87 SetValue(value, true);
88}
89
90double SpinControl::GetValue() const
91{

Callers 3

CreateUIMethod · 0.45
UpdateMethod · 0.45
UpdateProgressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected