Lines Matching refs:ctx
67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \
126 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
127 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
129 #define IsPositionVisible(ctx, pos) \
130 (pos >= ctx->text.lt.info[0].position && \
131 pos < ctx->text.lt.info[ctx->text.lt.lines].position)
256 TextWidget /*ctx*/,
264 TextWidget /*ctx*/,
272 TextWidget /*ctx*/,