Searched refs:wxGenericFindReplaceDialog (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfdrepdlg.h3 // Purpose: wxGenericFindReplaceDialog class
20 // wxGenericFindReplaceDialog: dialog for searching / replacing text
23 class WXDLLEXPORT wxGenericFindReplaceDialog : public wxFindReplaceDialogBase class in inherits:wxFindReplaceDialogBase
26 wxGenericFindReplaceDialog() { Init(); } function in class:wxGenericFindReplaceDialog
28 wxGenericFindReplaceDialog(wxWindow *parent, function in class:wxGenericFindReplaceDialog
66 DECLARE_DYNAMIC_CLASS(wxGenericFindReplaceDialog)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfdrepdlg.cpp53 IMPLEMENT_DYNAMIC_CLASS(wxGenericFindReplaceDialog, wxDialog)
55 BEGIN_EVENT_TABLE(wxGenericFindReplaceDialog, wxDialog)
56 EVT_BUTTON(wxID_FIND, wxGenericFindReplaceDialog::OnFind)
57 EVT_BUTTON(wxID_REPLACE, wxGenericFindReplaceDialog::OnReplace)
58 EVT_BUTTON(wxID_REPLACE_ALL, wxGenericFindReplaceDialog::OnReplaceAll)
59 EVT_BUTTON(wxID_CANCEL, wxGenericFindReplaceDialog::OnCancel)
61 EVT_UPDATE_UI(wxID_FIND, wxGenericFindReplaceDialog::OnUpdateFindUI)
62 EVT_UPDATE_UI(wxID_REPLACE, wxGenericFindReplaceDialog::OnUpdateFindUI)
63 EVT_UPDATE_UI(wxID_REPLACE_ALL, wxGenericFindReplaceDialog::OnUpdateFindUI)
65 EVT_CLOSE(wxGenericFindReplaceDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfdrepdlg.h131 #define wxGenericFindReplaceDialog wxFindReplaceDialog macro

Completed in 207 milliseconds