Searched refs:SetItemState (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlistctrl.h64 SetItemState(n, on ? wxLIST_STATE_SELECTED : 0, wxLIST_STATE_SELECTED);
70 SetItemState(index, wxLIST_STATE_FOCUSED, wxLIST_STATE_FOCUSED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Deditlbox.cpp189 m_listCtrl->SetItemState(0, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
213 m_listCtrl->SetItemState(m_listCtrl->GetItemCount()-1,
239 m_listCtrl->SetItemState(m_selection,
256 m_listCtrl->SetItemState(m_selection - 1,
268 m_listCtrl->SetItemState(m_selection + 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailListCtrl.cpp76 SetItemState(pos, wxLIST_STATE_DESELECTED, wxLIST_STATE_SELECTED);
H A DMuleListCtrl.cpp434 SetItemState(it_pos, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
442 SetItemState(it_pos, wxLIST_STATE_FOCUSED, wxLIST_STATE_FOCUSED);
552 SetItemState(index, 0, wxLIST_STATE_SELECTED);
650 SetItemState(item, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
691 SetItemState(i, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
718 SetItemState(m_tts_item, wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED,
H A DServerListCtrl.cpp358 SetItemState( item, 0, wxLIST_STATE_SELECTED);
363 SetItemState( event.GetIndex(), wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A DbmedDlg.cpp107 m_bookmarkListCtrl.SetItemState(0, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED);
266 m_bookmarkListCtrl.SetItemState(li, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED);
301 m_bookmarkListCtrl.SetItemState(li, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp388 m_listCtrl->SetItemState(index, wxLIST_STATE_FOCUSED, wxLIST_STATE_FOCUSED);
394 m_listCtrl->SetItemState(0, (~m_listCtrl->GetItemState(0, wxLIST_STATE_SELECTED) ) & wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
404 m_listCtrl->SetItemState(i,0,wxLIST_STATE_SELECTED);
414 m_listCtrl->SetItemState(i,wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
985 SetItemState(item, wxLIST_STATE_FOCUSED, wxLIST_STATE_FOCUSED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtreectrl.cpp174 bool wxTreeCtrl::SetItemState(long item, long state, long stateMask) function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtreectrl.cpp175 bool wxTreeCtrl::SetItemState(long item, long state, long stateMask) function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/artprov/
H A Dartbrows.cpp183 m_list->SetItemState(sel, wxLIST_STATE_FOCUSED, wxLIST_STATE_FOCUSED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h85 bool SetItemState( long item, long state, long stateMask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h74 bool SetItemState( long item, long state, long stateMask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h98 bool SetItemState(long item, long state, long stateMask) ;
H A Dtreectrl.h167 bool SetItemState(long item, long state, long stateMask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h222 bool SetItemState(long item, long state, long stateMask) ;
H A Dtreectrl.h165 bool SetItemState(long item, long state, long stateMask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h150 bool SetItemState(long item, long state, long stateMask) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h124 bool SetItemState( long lItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h153 bool SetItemState(long item, long state, long stateMask) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistview.tex125 \helpref{SetItemState}{wxlistctrlsetitemstate}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp249 bool wxListCtrl::SetItemState(long item, long state, long stateMask) function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp758 SetItemState( id, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
779 SetItemState( 0, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
854 SetItemState( event.GetItem(), wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
1320 m_list->SetItemState(item,0, wxLIST_STATE_SELECTED);
H A Dlistctrl.cpp647 void SetItemState( long item, long state, long stateMask );
3919 SetItemState( item.m_itemId, item.m_state, item.m_state );
3957 SetItemState( i, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
3967 SetItemState( i, 0, wxLIST_STATE_SELECTED );
3976 SetItemState(m_current, state, stateMask);
3981 void wxListMainWindow::SetItemState( long litem, long state, long stateMask )
5256 bool wxGenericListCtrl::SetItemState( long item, long state, long stateMask )
5258 m_mainWin->SetItemState( item, state, stateMask );
H A Dprntdlgg.cpp521 m_printerListCtrl->SetItemState( item.GetId(), wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
559 m_printerListCtrl->SetItemState( item.GetId(), wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp925 currentpage->m_playlist->SetItemState(currentpage->m_nLastFileId,
1288 currentpage->m_playlist->SetItemState(nSelectedItem, 0, wxLIST_STATE_SELECTED);
1341 currentpage->m_playlist->SetItemState(nSelectedItem, 0, wxLIST_STATE_SELECTED);

Completed in 171 milliseconds

12