Searched refs:theBoundsRect (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.cpp648 Rect theBoundsRect; local
660 ::SetRect(&theBoundsRect, m_x, m_y , m_x + m_width, m_y + m_height);
764 attr, &theBoundsRect,
770 err = ::CreateNewWindow( wclass , attr , &theBoundsRect , (WindowRef*)&m_macWindow ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp1142 Rect theBoundsRect; local
1154 ::SetRect(&theBoundsRect, x, y , x + w, y + h);
1283 attr, &theBoundsRect,
1288 err = ::CreateNewWindow( wclass , attr , &theBoundsRect , (WindowRef*)&m_macWindow ) ;
1310 SetWindowBounds( (WindowRef) m_macWindow , kWindowStructureRgn , &theBoundsRect ) ;

Completed in 167 milliseconds