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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleListCtrl.cpp80 m_tts_item = -1;
706 if (m_tts_item >= GetItemCount()) {
707 m_tts_item = -1;
710 unsigned next = (m_tts_item == -1) ? 0 : m_tts_item;
717 m_tts_item = (next + i) % count;
718 SetItemState(m_tts_item, wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED,
720 EnsureVisible(m_tts_item);
726 if (m_tts_item != -1) {
728 wxString text = GetTTSText(m_tts_item)
[all...]
H A DMuleListCtrl.h382 int m_tts_item; member in class:CMuleListCtrl

Completed in 154 milliseconds