Searched refs:GetItemRect (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtabctrl.cpp96 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const function in class:wxTabCtrl
H A Dlistctrl.cpp299 bool wxListCtrl::GetItemRect(long item, wxRect& rect, int code) const function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtabctrl.cpp122 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const function in class:wxTabCtrl
H A Dtreectrl.cpp251 bool wxTreeCtrl::GetItemRect(long item, wxRect& rect, bool textOnly) const 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 Dtabctrl.cpp109 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const function in class:wxTabCtrl
H A Dtreectrl.cpp249 bool wxTreeCtrl::GetItemRect(long item, wxRect& rect, bool textOnly) const function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtabctrl.h58 bool GetItemRect(int item, wxRect& rect) const;
H A Dlistctrl.h122 // Flag values for GetItemRect
241 bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtabctrl.h58 bool GetItemRect(int item, wxRect& rect) const;
H A Dlistctrl.h160 bool GetItemRect( long lItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtabctrl.h60 bool GetItemRect(int item, wxRect& rect) const;
H A Dlistctrl.h131 bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtabctrl.h60 bool GetItemRect(int item, wxRect& rect) const;
H A Dlistctrl.h172 bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtabctrl.h60 bool GetItemRect(int item, wxRect& rect) const;
H A Dlistctrl.h172 bool GetItemRect(long item, 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/os2/
H A Dtabctrl.cpp187 bool wxTabCtrl::GetItemRect(int WXUNUSED(item), function in class:wxTabCtrl
H A Dlistctrl.cpp1536 bool wxListCtrl::GetItemRect ( long lItem, function in class:wxListCtrl
1567 } // end of wxListCtrl::GetItemRect
1910 GetItemRect( lItem - 1
2509 if (GetItemRect( i
2540 GetItemRect( 0
2543 if (GetItemRect( i
2630 GetItemRect( lItem
2641 GetItemRect( lItemFrom , vRect1 );
2642 GetItemRect( lItemTo , vRect2 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dmenu.h221 wxRect GetItemRect(size_t pos) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmenu.h153 wxRect GetItemRect(size_t pos) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h101 bool GetItemRect( long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h84 bool GetItemRect( long item, 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.cpp1022 bool wxListCtrl::GetItemRect(long item, wxRect& rect, int code) const function in class:wxListCtrl
1053 wxFAIL_MSG( _T("incorrect code in GetItemRect() / GetSubItemRect()") );
1334 GetItemRect(item - 1, rectItem);
2796 if (GetItemRect(i, itemRect))
2816 GetItemRect(0, firstItemRect);
2818 if (GetItemRect(i, itemRect))
2937 GetItemRect(item, rect);
2945 GetItemRect(itemFrom, rect1);
2946 GetItemRect(itemTo, rect2);
H A Dtabctrl.cpp205 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const function in class:wxTabCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp1869 wxRect rect = GetItemRect(pos);
1885 RefreshRect(GetItemRect(pos));
1950 wxRect wxMenuBar::GetItemRect(size_t pos) const
2437 wxRect rectItem = GetItemRect(m_current);

Completed in 381 milliseconds

12