Lines Matching defs:widest
942 * Description: Returns the width (in pixels) of the widest line that
945 * Returns: the width of the widest line.
955 Dimension widest;
958 for (i = 0, widest = 1 ; i < lt->lines ; i++)
959 if (widest < lt->info[i].textWidth)
960 widest = lt->info[i].textWidth;
962 return(widest);
1015 float first, last, widest;
1023 widest = (ctx->core.width - ctx->text.vbar->core.width -
1026 widest = ctx->core.width;
1027 widest /= (last = GetWidestLine(ctx));
1029 if (widest < 1.0)
1037 XawScrollbarSetThumb(ctx->text.hbar, first, widest);