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

Method CreatePopWin

src/widgets/ASlider.cpp:959–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959void LWSlider::CreatePopWin()
960{
961 if(mTipPanel || mAlwaysHideTip || mParent == nullptr)
962 return;
963
964 mTipPanel = safenew TipWindow(mParent, GetWidestTips());
965 mTipPanel->Hide();
966}
967
968void LWSlider::SetPopWinPosition()
969{

Callers

nothing calls this directly

Calls 2

TipWindowClass · 0.70
HideMethod · 0.45

Tested by

no test coverage detected