Home
last modified time | relevance | path

Searched refs:OnFind (Results 1 – 25 of 127) sorted by relevance

123456

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DFindReplaceDialog.py29 win.Bind(wx.EVT_FIND, self.OnFind)
30 win.Bind(wx.EVT_FIND_NEXT, self.OnFind)
31 win.Bind(wx.EVT_FIND_REPLACE, self.OnFind)
32 win.Bind(wx.EVT_FIND_REPLACE_ALL, self.OnFind)
57 def OnFind(self, evt): member in TestPanel
/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DBoxFind.cpp16 EVT_FIND(-1, mBoxFind::OnFind) in BEGIN_EVENT_TABLE()
17 EVT_FIND_NEXT(-1, mBoxFind::OnFind) in BEGIN_EVENT_TABLE()
21 void mBoxFind::OnFind(wxFindDialogEvent& event) in BEGIN_EVENT_TABLE()
/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmfinddialog.cpp69 void CHMFindDialog::OnFind(wxCommandEvent& WXUNUSED(event)) in OnFind() function in CHMFindDialog
124 EVT_TEXT_ENTER(ID_TextFind, CHMFindDialog::OnFind)
125 EVT_BUTTON(ID_FindNext, CHMFindDialog::OnFind)
H A Dchmfinddialog.h58 void OnFind(wxCommandEvent& event);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/Cscope/
H A DCscopePlugin.cpp76 …uncion, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(CscopePlugin::OnFind), NULL, (wxEvtHand… in OnAttach()
78 …nction, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(CscopePlugin::OnFind), NULL, (wxEvtHand… in OnAttach()
105 …uncion, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(CscopePlugin::OnFind), NULL, (wxEvtHand… in OnRelease()
107 …nction, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(CscopePlugin::OnFind), NULL, (wxEvtHand… in OnRelease()
306 void CscopePlugin::OnFind(wxCommandEvent &event) in OnFind() function in CscopePlugin
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_schematic_find.cpp135 OnFind( dummyCommand ); in OnChar()
187 OnFind( aEvent ); in OnSearchForEnter()
193 OnFind( aEvent ); in OnReplaceWithEnter()
230 void DIALOG_SCH_FIND::OnFind( wxCommandEvent& aEvent ) in OnFind() function in DIALOG_SCH_FIND
/dports/devel/wxformbuilder/source/src/rad/codeeditor/
H A Dcodeeditor.cpp44 EVT_FIND( wxID_ANY, CodeEditor::OnFind ) in BEGIN_EVENT_TABLE()
45 EVT_FIND_NEXT( wxID_ANY, CodeEditor::OnFind ) in BEGIN_EVENT_TABLE()
162 void CodeEditor::OnFind( wxFindDialogEvent& event ) in OnFind() function in CodeEditor
H A Dcodeeditor.h62 void OnFind( wxFindDialogEvent& event );
/dports/devel/wxformbuilder/source/src/rad/xrcpanel/
H A Dxrcpanel.cpp62 EVT_FIND( wxID_ANY, XrcPanel::OnFind ) in BEGIN_EVENT_TABLE()
63 EVT_FIND_NEXT( wxID_ANY, XrcPanel::OnFind ) in BEGIN_EVENT_TABLE()
132 void XrcPanel::OnFind( wxFindDialogEvent& event ) function in XrcPanel
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEntKeyFindReplace.cpp100 ON_BN_CLICKED(IDC_FIND, OnFind) in BEGIN_MESSAGE_MAP()
141 void CEntKeyFindReplace::OnFind() in OnFind() function in CEntKeyFindReplace
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgFindReplace.cpp21 EVT_BUTTON (wxID_FIND, dlgFindReplace::OnFind) in BEGIN_EVENT_TABLE()
190 void dlgFindReplace::OnFind(wxCommandEvent &ev) in OnFind() function in dlgFindReplace
295 OnFind(ev); in FindNext()
/dports/devel/wxformbuilder/source/src/rad/luapanel/
H A Dluapanel.cpp63 EVT_FIND( wxID_ANY, LuaPanel::OnFind ) in BEGIN_EVENT_TABLE()
64 EVT_FIND_NEXT( wxID_ANY, LuaPanel::OnFind ) in BEGIN_EVENT_TABLE()
153 void LuaPanel::OnFind( wxFindDialogEvent& event ) function in LuaPanel
/dports/devel/wxformbuilder/source/src/rad/pythonpanel/
H A Dpythonpanel.cpp63 EVT_FIND( wxID_ANY, PythonPanel::OnFind ) in BEGIN_EVENT_TABLE()
64 EVT_FIND_NEXT( wxID_ANY, PythonPanel::OnFind ) in BEGIN_EVENT_TABLE()
153 void PythonPanel::OnFind( wxFindDialogEvent& event ) function in PythonPanel
/dports/devel/wxformbuilder/source/src/rad/phppanel/
H A Dphppanel.cpp63 EVT_FIND( wxID_ANY, PHPPanel::OnFind ) in BEGIN_EVENT_TABLE()
64 EVT_FIND_NEXT( wxID_ANY, PHPPanel::OnFind ) in BEGIN_EVENT_TABLE()
160 void PHPPanel::OnFind( wxFindDialogEvent& event ) function in PHPPanel
/dports/www/firefox/firefox-99.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp113 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
158 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
201 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
215 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
741 nsresult nsWebBrowserFind::OnFind(nsPIDOMWindowOuter* aFoundWindow) { in OnFind() function in nsWebBrowserFind
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp113 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
158 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
201 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
215 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
741 nsresult nsWebBrowserFind::OnFind(nsPIDOMWindowOuter* aFoundWindow) { in OnFind() function in nsWebBrowserFind
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp113 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
158 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
201 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
215 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
741 nsresult nsWebBrowserFind::OnFind(nsPIDOMWindowOuter* aFoundWindow) { in OnFind() function in nsWebBrowserFind
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp111 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
156 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
199 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
213 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
735 nsresult nsWebBrowserFind::OnFind(nsPIDOMWindowOuter* aFoundWindow) { in OnFind() function in nsWebBrowserFind
/dports/graphics/graphviz/graphviz-2.44.1/windows/gvedit/
H A DUEditor.dfm157 OnFind = FindDialog1Find
163 OnFind = ReplaceDialog1Find
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp110 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
173 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
229 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
243 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
797 nsresult nsWebBrowserFind::OnFind(nsPIDOMWindowOuter* aFoundWindow) { in OnFind() function in nsWebBrowserFind
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/find/
H A DnsWebBrowserFind.cpp117 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
180 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
236 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
250 return OnFind(searchFrame); // we are done in NS_IMPL_ISUPPORTS()
843 nsWebBrowserFind::OnFind(nsPIDOMWindowOuter* aFoundWindow) in OnFind() function in nsWebBrowserFind
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/dlg/
H A DdlgFindReplace.h34 void OnFind(wxCommandEvent &ev);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dfdrepdlg.cpp56 EVT_BUTTON(wxID_FIND, wxGenericFindReplaceDialog::OnFind) in IMPLEMENT_DYNAMIC_CLASS()
258 void wxGenericFindReplaceDialog::OnFind(wxCommandEvent& WXUNUSED(event)) in OnFind() function in wxGenericFindReplaceDialog
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dfdrepdlg.cpp56 EVT_BUTTON(wxID_FIND, wxGenericFindReplaceDialog::OnFind) in IMPLEMENT_DYNAMIC_CLASS()
258 void wxGenericFindReplaceDialog::OnFind(wxCommandEvent& WXUNUSED(event)) in OnFind() function in wxGenericFindReplaceDialog
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dfdrepdlg.cpp56 EVT_BUTTON(wxID_FIND, wxGenericFindReplaceDialog::OnFind) in IMPLEMENT_DYNAMIC_CLASS()
258 void wxGenericFindReplaceDialog::OnFind(wxCommandEvent& WXUNUSED(event)) in OnFind() function in wxGenericFindReplaceDialog

123456