Searched refs:wxrect (Results 1 - 12 of 12) sorted by relevance

/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtabctrl.cpp205 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const
212 wxrect.x = rect.left; wxrect.y = rect.top;
213 wxrect.width = rect.right - rect.left;
214 wxrect.height = rect.bottom - rect.top;
H A Dmediactrl_qt.cpp1132 wxRect wxrect = m_ctrl->GetClientRect(); local
1135 if (wxrect.width < 320)
1136 wxrect.width = 320;
1138 rect.top = (short)wxrect.y;
1139 rect.left = (short)wxrect.x;
1140 rect.right = (short)(rect.left + wxrect.width);
1141 rect.bottom = (short)(rect.top + wxrect.height);
H A Dmediactrl.cpp3992 wxRect wxrect = m_ctrl->GetClientRect(); local
3995 if (wxrect.width < 320)
3996 wxrect.width = 320;
3998 rect.top = (short)wxrect.y;
3999 rect.left = (short)wxrect.x;
4000 rect.right = (short)(rect.left + wxrect.width);
4001 rect.bottom = (short)(rect.top + wxrect.height);
/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
/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtabctrl.cpp188 wxRect& WXUNUSED(wxrect)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drect.tex1 \section{\class{wxRect}}\label{wxrect}
H A Dstatusbr.tex104 \helpref{wxRect}{wxrect}
H A DwxPython.tex414 \item \helpref{wxRect}{wxrect}
H A Dcategory.tex347 \twocolitem{\helpref{wxRect}{wxrect}}{A class representing a rectangle}
H A Dwindow.tex1222 Returns the size and position of the window as a \helpref{wxRect}{wxrect} object.
1254 \helpref{wxRect}{wxrect} object.
3313 \docparam{rect}{\helpref{wxRect}{wxrect} object for setting the position and size.}

Completed in 76 milliseconds