Searched refs:GetSubItemRect (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.cpp1024 return GetSubItemRect( item, wxLIST_GETSUBITEMRECT_WHOLEITEM, rect, code) ;
1040 bool wxListCtrl::GetSubItemRect(long item, long subItem, wxRect& rect, int code) const function in class:wxListCtrl
1053 wxFAIL_MSG( _T("incorrect code in GetItemRect() / GetSubItemRect()") );
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.tex437 \membersection{wxListCtrl::GetSubItemRect}\label{wxlistctrlgetsubitemrect}
439 \constfunc{bool}{GetSubItemRect}{\param{long }{item}, \param{long }{subItem}, \param{wxRect\& }{rect}, \param{int }{code = wxLIST\_RECT\_BOUNDS}}

Completed in 137 milliseconds