Searched refs:InsertItem (Results 51 - 64 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreebkg.cpp199 newId = tree->InsertItem(parentId, previousId, text, imageId);
H A Dfiledlgg.cpp542 ret = InsertItem( item );
548 ret = InsertItem( item );
H A Dlogg.cpp950 m_listctrl->InsertItem(n, m_messages[n], image);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerListCtrl.cpp183 itemnr = InsertItem( GetInsertPos( ptr ), server->GetListName() );
H A DSearchListCtrl.cpp185 long newid = InsertItem(insertPos, toshow->GetFileName().GetPrintable());
H A DSharedFilesCtrl.cpp259 long newitem = InsertItem(insertPos, wxEmptyString);
H A DDownloadListCtrl.cpp302 long newitem = InsertItem( GetItemCount(), wxEmptyString );
H A DGenericClientListCtrl.cpp226 long item = InsertItem( GetItemCount(), wxEmptyString );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp104 MENU_LINK(InsertItem)
630 m_treeCtrl->InsertItem(m_treeCtrl->GetRootItem(), image, wxT("2nd item"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcomboctrl.tex119 popupCtrl->InsertItem(popupCtrl->GetItemCount(),wxT("First Item"));
120 popupCtrl->InsertItem(popupCtrl->GetItemCount(),wxT("Second Item"));
121 popupCtrl->InsertItem(popupCtrl->GetItemCount(),wxT("Third Item"));
H A Dtreectrl.tex723 \membersection{wxTreeCtrl::InsertItem}\label{wxtreectrlinsertitem}
725 \func{wxTreeItemId}{InsertItem}{\param{const wxTreeItemId\& }{parent}, \param{const wxTreeItemId\& }{previous}, \param{const wxString\&}{ text},
728 \func{wxTreeItemId}{InsertItem}{\param{const wxTreeItemId\& }{parent}, \param{size\_t}{ before}, \param{const wxString\&}{ text},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp392 m_listCtrl->InsertItem(i, buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp344 wxListView::InsertItem(GetItemCount(),selstr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1225 long itemID = GETLB(id)->InsertItem(count, wxEmptyString);

Completed in 128 milliseconds

123