"*photons.label: Torps",
"*destruct.label: Destruct",
"*quit.label: Quit",
+ /* text window resources */
+ "*text.resizable: true",
+ "*text.resize: ResizeBoth",
/* layout constraints */
"*photons.fromHoriz: phasers",
"*destruct.fromHoriz: photons",
/* the command window */
text = XtVaCreateManagedWidget ("text", asciiTextWidgetClass, form,
XtNfromVert, buttons,
- XtNresize, XawtextResizeBoth,
- XtNresizable, True, NULL);
+ NULL);
/* sample text so the widget will be identifiable */
XtVaSetValues (text, XtNtype, XawAsciiString,