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

Method FollowModifierKeys

src/widgets/AButton.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void AButton::FollowModifierKeys()
299{
300 if(!mListener)
301 mListener = std::make_unique<Listener>(this);
302}
303
304void AButton::SetFocusRect(const wxRect & r)
305{

Callers 2

PopulateMethod · 0.80
PopulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected