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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp815 wxRect adjustR = r ; local
817 adjustR = wxevent.GetRect() ;
819 if ( toplevelWindow->GetMaxWidth() != -1 && adjustR.GetWidth() > toplevelWindow->GetMaxWidth() )
820 adjustR.SetWidth( toplevelWindow->GetMaxWidth() ) ;
821 if ( toplevelWindow->GetMaxHeight() != -1 && adjustR.GetHeight() > toplevelWindow->GetMaxHeight() )
822 adjustR.SetHeight( toplevelWindow->GetMaxHeight() ) ;
823 if ( toplevelWindow->GetMinWidth() != -1 && adjustR.GetWidth() < toplevelWindow->GetMinWidth() )
824 adjustR.SetWidth( toplevelWindow->GetMinWidth() ) ;
825 if ( toplevelWindow->GetMinHeight() != -1 && adjustR.GetHeight() < toplevelWindow->GetMinHeight() )
826 adjustR
[all...]

Completed in 35 milliseconds