Searched refs:pChild2 (Results 1 – 1 of 1) sorted by relevance
164 Window* pChild2 = GetWindow( WINDOW_FIRSTCHILD ); in ImplPosControls() local165 while ( pChild2 ) in ImplPosControls()167 if ( pChild2->IsVisible() && (pChild2 != mpViewWindow) ) in ImplPosControls()169 if ( pChild2 == pTabControl ) in ImplPosControls()183 pChild2->SetPosSizePixel( Point( nX, nY ), aCtrlSize ); in ImplPosControls()188 Size aChildSize = pChild2->GetSizePixel(); in ImplPosControls()189 pChild2->SetPosPixel( Point( nTopX, (nOffY-aChildSize.Height())/2 ) ); in ImplPosControls()194 pChild2 = pChild2->GetWindow( WINDOW_NEXT ); in ImplPosControls()
Completed in 9 milliseconds