Home
last modified time | relevance | path

Searched refs:OnButtonHelp (Results 1 – 8 of 8) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A Dsg_DlgMessages.h103 void OnButtonHelp( wxCommandEvent& event );
H A DDlgEventLog.h131 void OnButtonHelp( wxCommandEvent& event );
H A Dsg_DlgPreferences.h121 void OnButtonHelp( wxCommandEvent& event );
H A Dsg_DlgMessages.cpp66 EVT_BUTTON(ID_SIMPLE_HELP, CPanelMessages::OnButtonHelp) in IMPLEMENT_DYNAMIC_CLASS()
297 void CPanelMessages::OnButtonHelp( wxCommandEvent& WXUNUSED(event) ) { in OnButtonHelp() function in CPanelMessages
H A DDlgEventLog.cpp83 EVT_BUTTON(ID_SIMPLE_HELP, CDlgEventLog::OnButtonHelp) in IMPLEMENT_DYNAMIC_CLASS()
891 void CDlgEventLog::OnButtonHelp( wxCommandEvent& event ) { in OnButtonHelp() function in CDlgEventLog
H A Dsg_DlgPreferences.cpp63 EVT_BUTTON( ID_SIMPLE_HELP, CPanelPreferences::OnButtonHelp ) in IMPLEMENT_DYNAMIC_CLASS()
394 void CPanelPreferences::OnButtonHelp( wxCommandEvent& event ) { in OnButtonHelp() function in CPanelPreferences
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/ptbatcher/
H A DBatchFrame.h80 void OnButtonHelp(wxCommandEvent& event);
H A DBatchFrame.cpp106 EVT_MENU(XRCID("menu_help"),BatchFrame::OnButtonHelp) in BEGIN_EVENT_TABLE()
572 void BatchFrame::OnButtonHelp(wxCommandEvent& event) in OnButtonHelp() function in BatchFrame