MCPcopy 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
282void NumericTextCtrl::SetReadOnly(bool readOnly)
283{
284 mReadOnly = readOnly;
285}
286
287void NumericTextCtrl::EnableMenu(bool enable)
288{

Callers 3

PopulateOrExchangeMethod · 0.45
TransferDataToWindowMethod · 0.45
PopulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected