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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Drenderg.cpp345 int ellipsisWidth; local
346 dc.GetTextExtent( wxT("..."), &ellipsisWidth, NULL);
350 } while (tw + ellipsisWidth > targetWidth && label.length() );
352 tw += ellipsisWidth;

Completed in 107 milliseconds