Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void SpinControl::SetValue(double value)
86
{
87
SetValue(value, true);
88
}
89
90
double SpinControl::GetValue() const
91
{
Callers
3
CreateUI
Method · 0.45
Update
Method · 0.45
UpdateProgress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected