Home
last modified time | relevance | path

Searched refs:childPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/workben/layout/
H A Deditor.cxx699 unsigned int childPos = pContainer->getChildPos( pSibling ); in moveWidget() local
700 if ( pContainer->addChild( pWidget, childPos + (up ? 0 : 1) ) ) in moveWidget()
708 unsigned int childPos = pContainer->up()->getChildPos( pContainer ); in moveWidget() local
709 if ( pContainer->up()->addChild( pWidget, childPos + (up ? 0 : 1) ) ) in moveWidget()

Completed in 25 milliseconds