Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.cpp152 …EVT_MENU(BUTTON_ALERT_CLOSE,MyFrame::OnAlertButton) // Bit of a hack -- not actually on the menu b…
259 wxCommandEventHandler(MyFrame::OnAlertButton), nullptr, this); in MyFrame()
261 wxCommandEventHandler(MyFrame::OnAlertButton), nullptr, this); in MyFrame()
263 wxCommandEventHandler(MyFrame::OnAlertButton), nullptr, this); in MyFrame()
1191 void MyFrame::OnAlertButton(wxCommandEvent& evt) in OnAlertButton() function in MyFrame
H A Dmyframe.h480 void OnAlertButton(wxCommandEvent& evt);