Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Droutemanagerdialog.h171 wxButton *btnRteProperties; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Droutemanagerdialog.cpp400 btnRteProperties = new wxButton( winr, -1, _("&Properties") + _T("...") ); in Create()
401 bsRouteButtonsInner->Add( btnRteProperties, 0, wxALL | wxEXPAND, DIALOG_MARGIN ); in Create()
402 btnRteProperties->Connect( wxEVT_COMMAND_BUTTON_CLICKED, in Create()
816 delete btnRteProperties; in ~RouteManagerDialog()
998 btnRteProperties->Enable( enable1 ); in UpdateRteButtons()