Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetReadOnly
Method
SetReadOnly
src/widgets/NumericTextCtrl.cpp:282–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
void NumericTextCtrl::SetReadOnly(bool readOnly)
283
{
284
mReadOnly = readOnly;
285
}
286
287
void NumericTextCtrl::EnableMenu(bool enable)
288
{
Callers
3
PopulateOrExchange
Method · 0.45
TransferDataToWindow
Method · 0.45
Populate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected