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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h77 int GetCountPerPage() const; // not the same in wxGLC as in Windows, I think
H A Dlistctrl.cpp645 int GetCountPerPage() const;
3469 const int pageSize = GetCountPerPage();
4883 int wxListMainWindow::GetCountPerPage() const
5179 int wxGenericListCtrl::GetCountPerPage() const
5181 return m_mainWin->GetCountPerPage(); // different from Windows ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h67 int GetCountPerPage() const; // not the same in wxGLC as in Windows, I think
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h80 int GetCountPerPage() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h204 int GetCountPerPage() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h129 int GetCountPerPage() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h95 int GetCountPerPage(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h132 int GetCountPerPage() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp213 int wxListCtrl::GetCountPerPage() const function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp182 int GetCountPerPage();
1212 int wxDataViewMainWindow::GetCountPerPage() function in class:wxDataViewMainWindow
1461 const int pageSize = GetCountPerPage();
H A Dlistctrl.cpp643 int GetCountPerPage() const;
3510 const int pageSize = GetCountPerPage();
4924 int wxListMainWindow::GetCountPerPage() const
5217 int wxGenericListCtrl::GetCountPerPage() const
5219 return m_mainWin->GetCountPerPage(); // different from Windows ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp1214 int wxListCtrl::GetCountPerPage () const function in class:wxListCtrl
1256 } // end of wxListCtrl::GetCountPerPage
2507 for (i = lTop; i < lTop + GetCountPerPage() + 1; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp1139 int wxListCtrl::GetCountPerPage() const function in class:wxListCtrl
1142 return m_genericImpl->GetCountPerPage();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp686 int wxListCtrl::GetCountPerPage() const function in class:wxListCtrl
2794 for (i = top; i < top + GetCountPerPage() + 1; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex320 \membersection{wxListCtrl::GetCountPerPage}\label{wxlistctrlgetcountperpage}
322 \constfunc{int}{GetCountPerPage}{\void}

Completed in 221 milliseconds