Lines Matching refs:textwindow
73 Widget topwindow, textwindow, messwidget, labelwindow, filenamewindow;
312 XtVaSetValues(textwindow, XtNwrap, XawtextWrapLine, NULL);
316 XtSetKeyboardFocus(topwindow, textwindow);
320 source = XawTextGetSource(textwindow);
321 position = RSCAN(XawTextGetInsertionPoint(textwindow),
324 XawTextSetInsertionPoint(textwindow, position);
392 textwindow = XtCreateManagedWidget(editWindow, asciiTextWidgetClass,
395 /* Get international resource value form the textwindow */
398 XtGetValues(textwindow, arglist, num_args);
413 XtSetValues(textwindow, arglist, num_args);
415 texts[0] = textwindow;