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

Method SetSilent

src/toolbars/MeterToolBar.cpp:103–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void SetSilent(bool silent)
104 {
105 if(mAccSilent != silent)
106 {
107 mAccSilent = silent;
108 if(!silent)
109 {
110 NotifyEvent(
111 wxACC_EVENT_OBJECT_FOCUS,
112 GetWindow(),
113 wxOBJID_CLIENT,
114 wxACC_SELF);
115 }
116 }
117 }
118};
119
120#endif

Callers 1

PopulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected