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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatWnd.cpp51 EVT_TEXT_ENTER(IDC_CMESSAGE, CChatWnd::OnBnClickedCsend)
160 wxString message = CastChild(IDC_CMESSAGE, wxTextCtrl)->GetValue();
174 CastChild(IDC_CMESSAGE, wxTextCtrl)->Clear();
221 CastChild(IDC_CMESSAGE, wxTextCtrl)->Clear();
226 CastChild(IDC_CMESSAGE, wxTextCtrl)->SetFocus();
236 GetParent()->FindWindow(IDC_CMESSAGE)->Enable(false);
241 GetParent()->FindWindow(IDC_CMESSAGE)->Enable(true);
247 wxASSERT(GetParent()->FindWindow(IDC_CMESSAGE)->IsEnabled());
H A Dmuuli_wdr.h465 #define IDC_CMESSAGE 10328 macro
H A Dmuuli_wdr.cpp3493 CMuleTextCtrl *item6 = new CMuleTextCtrl( parent, IDC_CMESSAGE, wxT(""), wxDefaultPosition, wxSize(80,-1), wxTE_PROCESS_ENTER );

Completed in 181 milliseconds