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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dcombobox.cpp48 m_TextCtrl = wxDynamicCast(m_Parent->FindWindow(textid),wxTextCtrl);
70 m_TextCtrl->SetValue(GetStringSelection());
77 m_TextCtrl->SetValue(GetStringSelection());
113 m_TextCtrl->SetValue(GetStringSelection());
119 m_TextCtrl->SetValue(GetStringSelection());
130 m_TextCtrl->SetValue(GetStringSelection());
136 m_TextCtrl->SetValue(GetStringSelection());
142 m_TextCtrl->SetValue(GetStringSelection());
148 m_TextCtrl->SetValue(GetStringSelection());
154 m_TextCtrl
[all...]
H A Dcombobox.h49 wxTextCtrl *m_TextCtrl; member in class:ComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCaptchaDialog.cpp55 m_TextCtrl->SetFocus();
65 Notify_ChatSendCaptcha(m_TextCtrl->GetLineText(0), m_id);
76 m_TextCtrl = new wxTextCtrl( parent, -1, wxEmptyString, wxDefaultPosition, wxSize(80,20));
77 item0->Add( m_TextCtrl, 0, wxALIGN_CENTER|wxALL, 5 );
H A DCaptchaDialog.h80 class wxTextCtrl * m_TextCtrl; member in class:CCaptchaDialog

Completed in 106 milliseconds