Home
last modified time | relevance | path

Searched refs:txtSNRLabel (Results 1 – 1 of 1) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp177 wxStaticText *txtSNRLabel; member in SBStarIndicators
389 txtSNRLabel = new wxStaticText(panel, wxID_ANY, _("SNR"), wxDefaultPosition, wxDefaultSize); in SBStarIndicators()
391 txtSNRLabel->SetBackgroundColour(*wxBLACK); in SBStarIndicators()
392 txtSNRLabel->SetForegroundColour(*wxWHITE); in SBStarIndicators()
393 txtSNRLabel->Show(false); in SBStarIndicators()
410 txtSNRLabel->SetPosition(wxPoint(snrPos.x + 3, snrPos.y)); in PositionControls()
427 m_parentPanel->ShowControl(txtSNRLabel, true); in UpdateState()
446 m_parentPanel->ShowControl(txtSNRLabel, false); in UpdateState()