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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dsearchctrl.cpp74 virtual wxControl *GetWidget() const { return m_srchCtrl; }
95 wxSearchCtrl* m_srchCtrl; member in class:SearchCtrlWidgetsPage
136 m_srchCtrl = NULL;
158 sizer->Add(m_srchCtrl, 0, wxALL|wxALIGN_CENTER, 15);
165 if (m_srchCtrl)
166 m_srchCtrl->Destroy();
170 m_srchCtrl = new wxSearchCtrl(this, -1, wxEmptyString, wxDefaultPosition,
207 m_srchCtrl->ShowSearchButton( m_searchBtnCheck->GetValue() );
212 m_srchCtrl->ShowCancelButton( m_cancelBtnCheck->GetValue() );
219 m_srchCtrl
[all...]

Completed in 105 milliseconds