Searched refs:m_dlgFind (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp444 m_dlgFind =
1301 if ( m_dlgFind )
1303 delete m_dlgFind;
1304 m_dlgFind = NULL;
1308 m_dlgFind = new wxFindReplaceDialog
1317 m_dlgFind->Show(true);
1358 if ( dlg == m_dlgFind )
1362 m_dlgFind = NULL;
H A Ddialogs.h288 wxFindReplaceDialog *m_dlgFind, member in class:MyFrame

Completed in 63 milliseconds