Searched defs:eachWidth (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobox.cpp399 int eachWidth[128], eachHeight[128]; local
412 GetTextExtent(GetString(i), &eachWidth[i], &eachHeight[i] ); local
487 int eachWidth, eachHeight; local
502 GetTextExtent(GetString(i), &eachWidth, &eachHeight, NULL, NULL, &font ); local
519 GetTextExtent( GetLabel(), &eachWidth, NULL ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobox.cpp407 int eachWidth[128],eachHeight[128]; local
418 GetTextExtent(GetString(i), &eachWidth[i], &eachHeight[i]); local
493 int eachWidth, eachHeight; local
506 GetTextExtent(GetString(i), &eachWidth, &eachHeight); local
522 GetTextExtent(GetLabel(), &eachWidth, NULL); local
[all...]

Completed in 109 milliseconds