Lines Matching +defs:name +defs:text
25 Except as contained in this notice, the name of the X Consortium shall
48 char *name;
63 for (src = dst = br->name; *src; src++) {
126 * walk down list separating into name:exitcode pairs
137 /* find the next name and exit code */
175 br[npairs].name = start;
206 puts (br->name);
222 Widget form, text, prev;
233 text = XtVaCreateManagedWidget
261 XtVaGetValues(text, XtNtopMargin, &top, XtNbottomMargin, &bottom,
271 max_width = .7 * WidthOfScreen(XtScreen(text));
273 max_height = .7 * HeightOfScreen(XtScreen(text));
277 scroll = XtVaCreateWidget("hScrollbar", scrollbarWidgetClass, text,
287 * text widget have the same size. In Xaw 7, the text widget has
301 scroll = XtVaCreateWidget("vScrollbar", scrollbarWidgetClass, text,
309 XtVaSetValues(text, XtNwidth, width, XtNheight, height, NULL);
319 XtSetArg (args[n], XtNfromVert, text); n++;
326 prev = XtCreateManagedWidget (br[i].name, commandWidgetClass,
331 if (default_button && !strcmp(default_button, br[i].name)) {