Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Droutemanagerdialog.h105 … void OnRteBtnLeftDown(wxMouseEvent &event); // record control key state for some action buttons
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Droutemanagerdialog.cpp410 … wxMouseEventHandler(RouteManagerDialog::OnRteBtnLeftDown), NULL, this ); in Create()
417 wxMouseEventHandler(RouteManagerDialog::OnRteBtnLeftDown), NULL, this ); in Create()
1352 void RouteManagerDialog::OnRteBtnLeftDown( wxMouseEvent &event ) in OnRteBtnLeftDown() function in RouteManagerDialog