Searched refs:GetNextItem (Results 26 - 41 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp387 long wxListCtrl::GetNextItem(long item, int geom, int state) const function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobox.cpp514 int selNew = GetNextItem(selOld, dir, GetWindowStyle());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesWnd.cpp128 while ( (index = sharedfilesctrl->GetNextItem( index, wxLIST_NEXT_ALL, filter)) != -1) {
H A DFileDetailDialog.cpp464 long pos = pmyListCtrl->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
H A DGenericClientListCtrl.cpp466 long index = list->GetNextItem( -1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED );
473 index = list->GetNextItem( index, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtreectrl.h49 // Flags for GetNextItem
153 long GetNextItem(long item, int code) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtreectrl.h49 // Flags for GetNextItem
151 long GetNextItem(long item, int code) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp800 int selNew = radiobox->GetNextItem
H A Dlistctrl.cpp899 focusOld = GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_FOCUSED);
1211 long wxListCtrl::GetNextItem(long item, int geom, int state) const function in class:wxListCtrl
2173 long lItem = GetNextItem(-1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dradiobox.cpp900 int nSelNew = pRadiobox->GetNextItem( nSelOld
H A Dlistctrl.cpp1423 lFocusOld = GetNextItem( -1
1779 long wxListCtrl::GetNextItem ( function in class:wxListCtrl
1793 } // end of wxListCtrl::GetNextItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp679 long GetNextItem( long item, int geometry, int state ) const;
3963 // clear for non virtual (somewhat optimized by using GetNextItem())
3965 while ( (i = GetNextItem(i, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED)) != -1 )
4451 long wxListMainWindow::GetNextItem( long item,
4458 _T("invalid listctrl index in GetNextItem()") );
5447 long wxGenericListCtrl::GetNextItem( long item, int geom, int state ) const
5449 return m_mainWin->GetNextItem( item, geom, state );
H A Dprntdlgg.cpp737 long id = m_printerListCtrl->GetNextItem( -1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp681 long GetNextItem( long item, int geometry, int state ) const;
3922 // clear for non virtual (somewhat optimized by using GetNextItem())
3924 while ( (i = GetNextItem(i, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED)) != -1 )
4410 long wxListMainWindow::GetNextItem( long item,
4417 _T("invalid listctrl index in GetNextItem()") );
5426 long wxGenericListCtrl::GetNextItem( long item, int geom, int state ) const
5428 return m_mainWin->GetNextItem( item, geom, state );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp690 m_current = GetNextItem(-1, wxLIST_NEXT_BELOW, wxLIST_STATE_SELECTED);
1681 long wxListCtrl::GetNextItem(long item, int geom, int state) const function in class:wxListCtrl
1684 return m_genericImpl->GetNextItem(item, geom, state);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex493 \membersection{wxListCtrl::GetNextItem}\label{wxlistctrlgetnextitem}
495 \constfunc{long}{GetNextItem}{\param{long }{item}, \param{int }{geometry = wxLIST\_NEXT\_ALL}, \param{int }{state = wxLIST\_STATE\_DONTCARE}}
510 item = listctrl->GetNextItem(item,

Completed in 242 milliseconds

12