Searched refs:constraintRect (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/classic/
H A Dapp.cpp1595 Rect constraintRect ; local
1596 constraintRect.top = win->GetMinHeight() ;
1597 if ( constraintRect.top == -1 )
1598 constraintRect.top = 0 ;
1599 constraintRect.left = win->GetMinWidth() ;
1600 if ( constraintRect.left == -1 )
1601 constraintRect.left = 0 ;
1602 constraintRect.right = win->GetMaxWidth() ;
1603 if ( constraintRect.right == -1 )
1604 constraintRect
[all...]

Completed in 91 milliseconds