Searched refs:OnStop (Results 1 – 4 of 4) sorted by relevance
71 void OnStop(wxCommandEvent& event);
82 EVT_MENU(ID_STOP, wxWebBrowserShell::OnStop) in BEGIN_EVENT_TABLE()288 void wxWebBrowserShell::OnStop(wxCommandEvent& myEvent) in OnStop() function in wxWebBrowserShell
1844 (wxWebBrowserShell::OnStop):
128 self.Bind(wx.EVT_BUTTON, self.OnStop, id=self.btnStop.GetId())245 def OnStop(self, event): member in Audition