Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A DWmmUIDialog.cpp53m_tbH = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_READ… in BEGIN_EVENT_TABLE()
54 m_tbH->SetMaxLength( 0 ); in BEGIN_EVENT_TABLE()
55 gSboat->Add( m_tbH, 1, wxEXPAND, 5 ); in BEGIN_EVENT_TABLE()
H A DWmmUIDialog.h68 wxTextCtrl* m_tbH; variable
H A Dwmm_pi.cpp679 m_pWmmDialog->m_tbH->SetValue(wxString::Format(_T("%-9.1lf nT"), GeoMagneticElements.H)); in SetPositionFix()