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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp135 wxListCtrl *m_listctrl; member in class:wxLogDialog
745 m_listctrl = (wxListCtrl *)NULL;
866 m_listctrl = new wxListCtrl(this, wxID_ANY,
875 m_listctrl->Hide();
880 m_listctrl->InsertColumn(0, _T("Message"));
881 m_listctrl->InsertColumn(1, _T("Time"));
914 m_listctrl->SetImageList(imageList, wxIMAGE_LIST_SMALL);
950 m_listctrl->InsertItem(n, m_messages[n], image);
951 m_listctrl->SetItem(n, 1, TimeStamp(fmt, (time_t)m_times[n]));
955 m_listctrl
[all...]

Completed in 169 milliseconds