Lines Matching defs:widest
1034 * Description: Returns the width (in pixels) of the widest line that
1037 * Returns: the width of the widest line.
1047 Dimension widest;
1050 for (i = 0, widest = 1 ; i < lt->lines ; i++)
1051 if (widest < lt->info[i].textWidth)
1052 widest = lt->info[i].textWidth;
1054 return(widest);
1119 float first, last, widest;
1128 widest = (int)(ctx->core.width - ctx->text.vbar->core.width -
1131 widest = ctx->core.width;
1132 widest /= (last = GetWidestLine(ctx));
1134 if (widest < 1.0)
1148 XawScrollbarSetThumb(ctx->text.hbar, first, widest);