Home
last modified time | relevance | path

Searched refs:OnCloseButton (Results 1 – 20 of 20) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxinfo.cpp29 void OnCloseButton(wxCommandEvent& event);
38 EVT_BUTTON (wxID_CLOSE, InfoFrame::OnCloseButton)
179 void InfoFrame::OnCloseButton(wxCommandEvent& WXUNUSED(event)) in OnCloseButton() function in InfoFrame
H A Dwxhelp.cpp56 void OnCloseButton(wxCommandEvent& event);
70 EVT_BUTTON (wxID_CLOSE, HelpFrame::OnCloseButton)
377 void HelpFrame::OnCloseButton(wxCommandEvent& WXUNUSED(event)) in OnCloseButton() function in HelpFrame
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DPartFileConvertDlg.cpp79 EVT_BUTTON(wxID_CANCEL, CPartFileConvertDlg::OnCloseButton) in BEGIN_EVENT_TABLE()
221 void CPartFileConvertDlg::OnCloseButton(wxCommandEvent& WXUNUSED(event)) in OnCloseButton() function in CPartFileConvertDlg
H A DPartFileConvertDlg.h53 void OnCloseButton(wxCommandEvent& event);
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DPartFileConvertDlg.cpp79 EVT_BUTTON(wxID_CANCEL, CPartFileConvertDlg::OnCloseButton) in BEGIN_EVENT_TABLE()
221 void CPartFileConvertDlg::OnCloseButton(wxCommandEvent& WXUNUSED(event)) in OnCloseButton() function in CPartFileConvertDlg
H A DPartFileConvertDlg.h53 void OnCloseButton(wxCommandEvent& event);
/dports/games/springlobby/springlobby-0.180/src/gui/
H A Dcontentdownloaddialog.cpp38 EVT_BUTTON( CLOSE_BUTTON, ContentDownloadDialog::OnCloseButton )
203 void ContentDownloadDialog::OnCloseButton(wxCommandEvent& /*event*/) in OnCloseButton() function in ContentDownloadDialog
H A Dcontentdownloaddialog.h43 void OnCloseButton( wxCommandEvent& event);
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dstyleman.c150 /*FCN*/OnCloseButton ( in OnCloseButton() function
314 PushButton (rg, "Close", OnCloseButton ); in Nlm_MuskStyleManager()
/dports/net-p2p/amule/aMule-2.3.3/src/utils/aLinkCreator/src/
H A Dalcframe.h143 void OnCloseButton (wxCommandEvent & event);
H A Dalcframe.cpp301 EVT_BUTTON (ID_EXIT_BUTTON, AlcFrame::OnCloseButton) in BEGIN_EVENT_TABLE()
476 void AlcFrame::OnCloseButton (wxCommandEvent & WXUNUSED(event)) in OnCloseButton() function in AlcFrame
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/aLinkCreator/src/
H A Dalcframe.h143 void OnCloseButton (wxCommandEvent & event);
H A Dalcframe.cpp301 EVT_BUTTON (ID_EXIT_BUTTON, AlcFrame::OnCloseButton)
476 void AlcFrame::OnCloseButton (wxCommandEvent & WXUNUSED(event))
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DAISTargetListDialog.h89 void OnCloseButton( wxCommandEvent& event );
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DFreqWindow.h76 void OnCloseButton(wxCommandEvent & event);
H A DFreqWindow.cpp181 EVT_BUTTON(wxID_CANCEL, FrequencyPlotDialog::OnCloseButton) in BEGIN_EVENT_TABLE()
993 void FrequencyPlotDialog::OnCloseButton(wxCommandEvent & WXUNUSED(event)) in OnCloseButton() function in FrequencyPlotDialog
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dsigresviewer.py316 cancel_button.Bind(wx.EVT_BUTTON, self.OnCloseButton)
325 def OnCloseButton(self, event): member in EbandsWithMarkersPlotFrame
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DViewClipping.cpp77 void OnCloseButton() in OnCloseButton() function in ViewClippingWindow
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_version_check.cpp81 void OnCloseButton(wxCommandEvent &evt);
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DAISTargetListDialog.cpp723 wxCommandEventHandler( AISTargetListDialog::OnCloseButton ), NULL, this ); in CreateControls()
761 void AISTargetListDialog::OnCloseButton( wxCommandEvent& event ) in OnCloseButton() function in AISTargetListDialog