Searched refs:subItem (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h175 bool GetSubItemRect(long item, long subItem, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp1032 * @param subItem : Subitem or column number, use -1 for the whole row including
1040 bool wxListCtrl::GetSubItemRect(long item, long subItem, wxRect& rect, int code) const argument
1058 if( subItem == wxLIST_GETSUBITEMRECT_WHOLEITEM)
1062 else if( subItem >= 0)
1064 success = ListView_GetSubItemRect( GetHwnd(), (int) item, (int) subItem, codeWin, &rectWin) != 0;
1068 wxFAIL_MSG( _T("incorrect subItem number in GetSubItemRect()") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex439 \constfunc{bool}{GetSubItemRect}{\param{long }{item}, \param{long }{subItem}, \param{wxRect\& }{rect}, \param{int }{code = wxLIST\_RECT\_BOUNDS}}
443 column \arg{subItem}.
446 \arg{subItem} parameter is equal to the special value

Completed in 87 milliseconds