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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h183 inline int GetColumnCount(void) const { return m_nColCount; }
486 int m_nColCount; // PM doesn't have GetColumnCount so must member in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp805 m_nColCount = 0;
1940 while (m_nColCount > 0)
1942 DeleteColumn(m_nColCount - 1);
1943 m_nColCount--;
1946 wxASSERT_MSG(m_nColCount == 0, wxT("no columns should be left"));
1960 if (bSuccess && (m_nColCount > 0))
1961 m_nColCount--;
1969 if (m_nColCount > 0)

Completed in 133 milliseconds