Searched refs:m_textFind (Results 1 - 2 of 2) 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.h62 wxTextCtrl *m_textFind, member in class:wxGenericFindReplaceDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfdrepdlg.cpp81 m_textFind =
118 m_textFind = new wxTextCtrl(this, wxID_ANY, m_FindReplaceData->GetFindString());
119 sizer2Col->Add(m_textFind, 1, wxALIGN_CENTRE_VERTICAL | wxEXPAND);
217 m_textFind->SetFocus();
230 event.SetFindString(m_textFind->GetValue());
283 event.Enable( !m_textFind->GetValue().empty() );

Completed in 99 milliseconds