Searched refs:txtWidth (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp410 long txtWidth, txtHeight; local
413 srcDc.GetTextExtent( mLabelText, &txtWidth, &txtHeight );
417 destDim.x = srcBmp->GetWidth() + 2*mTextToLabelGap + txtWidth;
431 wxMax( srcBmp->GetWidth(), txtWidth );
435 txtPos.x = (destDim.x - txtWidth)/2;

Completed in 81 milliseconds