MCPcopy 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
1120bool LWSlider::ShowDialog()
1121{
1122 return DoShowDialog( mParent->ClientToScreen(wxPoint( mLeft, mTop ) ) );
1123}
1124
1125bool LWSlider::ShowDialog(wxPoint pos)
1126{

Callers 6

ShouldBeReconfiguredMethod · 0.45
ShowPlaySpeedDialogMethod · 0.45
ShowOutputGainDialogMethod · 0.45
ShowInputGainDialogMethod · 0.45
OnTrackPanFunction · 0.45
OnTrackGainFunction · 0.45

Calls 1

wxPointClass · 0.70

Tested by

no test coverage detected