Searched refs:newContentRect (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.cpp381 Rect newContentRect ; local
384 sizeof( newContentRect ), NULL, &newContentRect );
386 toplevelWindow->SetSize( newContentRect.left , newContentRect.top ,
387 newContentRect.right - newContentRect.left ,
388 newContentRect.bottom - newContentRect.top, wxSIZE_USE_EXISTING);
398 Rect newContentRect ; local
[all...]
H A Dapp.cpp1594 Rect newContentRect ; local
1610 &constraintRect , &newContentRect ) ;
1613 win->SetSize( newContentRect.left , newContentRect.top ,
1614 newContentRect.right - newContentRect.left ,
1615 newContentRect.bottom - newContentRect.top, wxSIZE_USE_EXISTING);

Completed in 196 milliseconds