Home | History | Annotate | Download | only in Xaw

Lines Matching refs:Text

53 #include <X11/Xaw/Text.h>
61 XawTextSourceScan((ctx)->text.source, 0, \
85 /* displayable text management data structures */
129 XawTextPosition top; /* Top of the displayed text */
143 #define VMargins(ctx) ((ctx)->text.margin.top + (ctx)->text.margin.bottom)
144 #define HMargins(ctx) ((ctx)->text.left_margin + (ctx)->text.margin.right)
145 #define RVMargins(ctx) ((ctx)->text.r_margin.top + (ctx)->text.r_margin.bottom)
146 #define RHMargins(ctx) ((ctx)->text.r_margin.left + (ctx)->text.r_margin.right)
149 (pos >= ctx->text.lt.info[0].position && \
150 pos < ctx->text.lt.info[ctx->text.lt.lines].position)
164 Widget rep_text; /* The Replace text field. */
165 Widget search_text; /* The Search text field. */
173 /* New fields for the Text widget class record */
187 /* New fields for the Text widget record */
236 Boolean clear_to_eol; /* Clear to eol when painting text? */
254 /* new resources and states, for text edition
272 TextPart text;