Lines Matching defs:ctx
218 TextWidget ctx = (TextWidget) XtParent(w);
222 max_x = (Position) ctx->core.width;
227 XDrawImageString(XtDisplay(ctx), XtWindow(ctx), gc,
229 if ( (((Position) width + x) > max_x) && (ctx->text.margin.right != 0) ) {
230 x = ctx->core.width - ctx->text.margin.right;
231 width = ctx->text.margin.right;
232 XFillRectangle(XtDisplay((Widget) ctx), XtWindow( (Widget) ctx),
688 { TextWidget ctx = (TextWidget)XtParent(w);
689 ctx->text.redisplay_needed = True;
690 _XawTextBuildLineTable(ctx, ctx->text.lt.top, TRUE);