Lines Matching refs:textwindow
342 if (texts[i] == textwindow) {
395 FindTextSource(XawTextGetSource(textwindow), NULL);
402 XawTextDisableRedisplay(textwindow);
439 XtGetValues(textwindow, args, num_args);
468 XtSetArg(args[num_args], XtNwrap, wrapmodes[WindowIndex(textwindow)]);
470 XtSetValues(textwindow, args, num_args);
474 _XawTextShowPosition((TextWidget)textwindow);
475 XawTextEnableRedisplay(textwindow);
538 if (textwindow != w) {
541 other = FindTextSource(XawTextGetSource(textwindow), NULL);
548 XtSetValues(textwindow, args, 1);
551 XawTextUnsetSelection(textwindow);
552 textwindow = w;
569 item = FindTextSource(XawTextGetSource(textwindow), NULL);
695 if (idx < 0 || textwindow != texts[idx]) {
700 source = XawTextGetSource(textwindow);
830 if (textwindow == texts[1] || textwindow == texts[2]) {
836 XtSetValues(textwindow, args, num_args);
837 XtSetKeyboardFocus(topwindow, textwindow);
884 _XawTextShowPosition((TextWidget)textwindow);
887 XawTextEnableRedisplay(textwindow);
961 xedit_flist_item *item = FindTextSource(XawTextGetSource(textwindow), NULL);