Searched refs:tempRect (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp591 Rect tempRect ; local
599 GetWindowPortBounds((WindowRef)m_macWindow, &tempRect ) ;
600 SetSize( pt.h , pt.v , tempRect.right-tempRect.left ,
601 tempRect.bottom-tempRect.top, wxSIZE_USE_EXISTING);
H A Dapp.cpp1628 Rect tempRect ; local
1636 GetWindowPortBounds(window, &tempRect ) ;
1637 win->SetSize( pt.h , pt.v , tempRect.right-tempRect.left ,
1638 tempRect.bottom-tempRect.top, wxSIZE_USE_EXISTING);

Completed in 35 milliseconds