Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribUIDialogBase.h461 wxButton* m_pButtonTableOK; variable
H A DGribUIDialogBase.cpp2142 m_pButtonTableOK = new wxButton( this, wxID_OK, _("Close") ); in GRIBTableBase()
2143 m_pButtonTableOK->SetFont( GetOCPNGUIScaledFont_PlugIn(_T("Dialog")) ); in GRIBTableBase()
2144 m_pButtonTable->AddButton( m_pButtonTableOK ); in GRIBTableBase()
2161m_pButtonTableOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( GRIBTableBase::OnO… in GRIBTableBase()
2168m_pButtonTableOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( GRIBTableBase::… in ~GRIBTableBase()