Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ShowDialog
Method
ShowDialog
src/widgets/ASlider.cpp:1120–1123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1118
}
1119
1120
bool LWSlider::ShowDialog()
1121
{
1122
return DoShowDialog( mParent->ClientToScreen(wxPoint( mLeft, mTop ) ) );
1123
}
1124
1125
bool LWSlider::ShowDialog(wxPoint pos)
1126
{
Callers
6
ShouldBeReconfigured
Method · 0.45
ShowPlaySpeedDialog
Method · 0.45
ShowOutputGainDialog
Method · 0.45
ShowInputGainDialog
Method · 0.45
OnTrackPan
Function · 0.45
OnTrackGain
Function · 0.45
Calls
1
wxPoint
Class · 0.70
Tested by
no test coverage detected