Searched refs:childPos (Results 1 – 1 of 1) sorted by relevance
699 unsigned int childPos = pContainer->getChildPos( pSibling ); in moveWidget() local700 if ( pContainer->addChild( pWidget, childPos + (up ? 0 : 1) ) ) in moveWidget()708 unsigned int childPos = pContainer->up()->getChildPos( pContainer ); in moveWidget() local709 if ( pContainer->up()->addChild( pWidget, childPos + (up ? 0 : 1) ) ) in moveWidget()
Completed in 20 milliseconds