Searched refs:IDC_CMT_TEXT (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 DCommentDialog.cpp52 EVT_TEXT_ENTER(IDC_CMT_TEXT, CCommentDialog::OnBnClickedApply)
60 wxString comment = CastChild( IDC_CMT_TEXT, wxTextCtrl )->GetValue();
67 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(wxEmptyString);
77 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(m_file->GetFileComment());
78 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetMaxLength(MAXFILECOMMENTLEN);
H A Dmuuli_wdr.h115 #define IDC_CMT_TEXT 10060 macro
H A Dmuuli_wdr.cpp828 CMuleTextCtrl *item4 = new CMuleTextCtrl( parent, IDC_CMT_TEXT, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_PROCESS_ENTER );

Completed in 91 milliseconds