Lines Matching refs:textwindow

59 	XFlush(XtDisplay(textwindow));				\
187 if (XCheckIfEvent(XtDisplay(textwindow), &event, ControlGPredicate, NULL)) {
188 XPutBackEvent(XtDisplay(textwindow), &event);
225 return (WrapWrite(textwindow, buffer, nbytes));
393 XawTextSourceRead(XawTextGetSource(textwindow), left, &block, right - left);
401 XawTextSourceRead(XawTextGetSource(textwindow),
523 XtGetValues(XawTextGetSink(textwindow), arg, 1);
769 XtAddCallback(textwindow, XtNpositionCallback,
820 return (XawTextSourceAddEntity(XawTextGetSource(textwindow), 0, 0, NULL,
840 XtSetValues(textwindow, arg, 1);
844 XtGetValues(textwindow, arg, 1);
873 if (!XtConvertAndStore(XawTextGetSink(textwindow),
878 XtSetValues(textwindow, arg, 1);
887 XtGetValues(XawTextGetSink(textwindow), arg, 1);
889 XtConvertAndStore(textwindow, XtRPixel, &from, XtRString, &to);
900 Widget source = XawTextGetSource(textwindow);
915 point = XawTextGetInsertionPoint(textwindow);
967 XawTextSourceClearEntities(XawTextGetSource(textwindow),
1041 if (!XtConvertAndStore(textwindow, XtRString, &from, XtRFontStruct, &to))
1045 XtSetValues(textwindow, arg, 1);
1054 XtGetValues(XawTextGetSink(textwindow), arg, 1);
1056 XtConvertAndStore(textwindow, XtRFontStruct, &from, XtRString, &to);
1086 if (!XtConvertAndStore(XawTextGetSink(textwindow),
1091 XtSetValues(textwindow, arg, 1);
1100 XtGetValues(XawTextGetSink(textwindow), arg, 1);
1102 XtConvertAndStore(textwindow, XtRPixel, &from, XtRString, &to);
1122 XawTextSetInsertionPoint(textwindow, FIXNUM_VALUE(offset));
1123 point = XawTextGetInsertionPoint(textwindow);
1146 XtSetValues(textwindow, arg, 1);
1150 XtGetValues(textwindow, arg, 1);
1163 XawTextPosition point = XawTextGetInsertionPoint(textwindow);
1176 XawTextReplace(textwindow, point, point, &block);
1177 XawTextSetInsertionPoint(textwindow, point + block.length);
1205 XtSetValues(textwindow, arg, 1);
1209 XtGetValues(textwindow, arg, 1);
1240 XtSetValues(textwindow, arg, 1);
1244 XtGetValues(textwindow, arg, 1);
1258 return (FIXNUM(XawTextGetInsertionPoint(textwindow)));
1267 return (FIXNUM(XawTextSourceScan(XawTextGetSource(textwindow), 0,
1277 return (FIXNUM(XawTextSourceScan(XawTextGetSource(textwindow), 0,
1309 XtSetValues(XawTextGetSink(textwindow), arg, 1);
1317 XtGetValues(XawTextGetSink(textwindow), arg, 1);
1331 XawTextPosition last = XawTextSourceScan(XawTextGetSource(textwindow), 0,
1359 XawTextSourceRead(XawTextGetSource(textwindow), from, &block, to - from);
1374 XawTextPosition last = XawTextSourceScan(XawTextGetSource(textwindow), 0,
1402 XawTextReplace(textwindow, left, right, &block);
1428 XtSetValues(textwindow, arg, 1);
1432 XtGetValues(textwindow, arg, 1);
1491 offset = XawTextSourceScan(XawTextGetSource(textwindow),
1516 position = XawTextGetInsertionPoint(textwindow);
1522 position = XawTextSourceSearch(XawTextGetSource(textwindow),
1563 XtSetValues(textwindow, arg, 1);
1567 XtGetValues(textwindow, arg, 1);
1597 XtSetValues(textwindow, arg, 1);
1601 XtGetValues(textwindow, arg, 1);