Searched refs:SPLIT_HEIGHT (Results 1 – 1 of 1) sorted by relevance
76 #define SPLIT_HEIGHT 2 macro1572 nVSplitPos = ( nVSplitPos < nMinPos ) ? 0 : ( aSz.Height() - SPLIT_HEIGHT ); in ArrangeWindows()1585 aVSplitter.SetSizePixel( Size( aSz.Width(), SPLIT_HEIGHT ) ); in ArrangeWindows()1587 …Pixel( Rectangle( Point( 0, nVSplitPos+SPLIT_HEIGHT ), Size( aSz.Width(), aSz.Height() - nVSplitPo… in ArrangeWindows()1589 aHSplitter.SetSizePixel( Size( SPLIT_HEIGHT, aSz.Height() - nVSplitPos ) ); in ArrangeWindows()1592 Point aWWPos( 0, nVSplitPos+SPLIT_HEIGHT ); in ArrangeWindows()1599 Point aSWPos( nHSplitPos+SPLIT_HEIGHT, nVSplitPos+SPLIT_HEIGHT ); in ArrangeWindows()
Completed in 17 milliseconds