Home
last modified time | relevance | path

Searched refs:IDC_CMT_TEXT (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DCommentDialog.cpp52 EVT_TEXT_ENTER(IDC_CMT_TEXT, CCommentDialog::OnBnClickedApply) in BEGIN_EVENT_TABLE()
60 wxString comment = CastChild( IDC_CMT_TEXT, wxTextCtrl )->GetValue(); in BEGIN_EVENT_TABLE()
67 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(wxEmptyString); in OnBnClickedClear()
77 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(m_file->GetFileComment()); in OnInitDialog()
78 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetMaxLength(MAXFILECOMMENTLEN); in OnInitDialog()
H A Dmuuli_wdr.h115 #define IDC_CMT_TEXT 10060 macro
H A Dmuuli_wdr.cpp827 …CMuleTextCtrl *item4 = new CMuleTextCtrl( parent, IDC_CMT_TEXT, wxT(""), wxDefaultPosition, wxDefa… in commentDlg()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DCommentDialog.cpp52 EVT_TEXT_ENTER(IDC_CMT_TEXT, CCommentDialog::OnBnClickedApply) in BEGIN_EVENT_TABLE()
60 wxString comment = CastChild( IDC_CMT_TEXT, wxTextCtrl )->GetValue(); in BEGIN_EVENT_TABLE()
67 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(wxEmptyString); in OnBnClickedClear()
77 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(m_file->GetFileComment()); in OnInitDialog()
78 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetMaxLength(MAXFILECOMMENTLEN); in OnInitDialog()
H A Dmuuli_wdr.h115 #define IDC_CMT_TEXT 10060
H A Dmuuli_wdr.cpp827 …CMuleTextCtrl *item4 = new CMuleTextCtrl( parent, IDC_CMT_TEXT, wxT(""), wxDefaultPosition, wxDefa…