Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ PushDown
Method
PushDown
src/widgets/AButton.cpp:665–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
}
664
665
void AButton::PushDown()
666
{
667
if (!mButtonIsDown) {
668
mButtonIsDown = true;
669
this->Refresh(false);
670
}
671
}
672
673
void AButton::PopUp()
674
{
Callers
7
UpdateForStateChange
Method · 0.45
SetEffect
Method · 0.45
RealtimeEffectPanel
Method · 0.45
SetTrack
Method · 0.45
UpdateControls
Method · 0.45
Expand
Method · 0.45
TryAutoExpand
Method · 0.45
Calls
1
Refresh
Method · 0.45
Tested by
no test coverage detected