Lines Matching defs:LCD
67 char dispstr[LCD_STR_LEN]; /* string to show up in the LCD */
76 static Widget LCD = NULL; /* liquid crystal display */
78 static char selstr[LCD_STR_LEN]; /* storage for selections from the LCD */
191 XtSetKeyboardFocus(calculator, LCD);
218 LCD = XtCreateManagedWidget("LCD", toggleWidgetClass, screen, args,
298 XtSetValues(LCD, args, ONE);
378 XawToggleUnsetCurrent(LCD);
399 XtGetValues(LCD, args, 1);
402 XtOwnSelection(LCD, XA_PRIMARY, time, convert, lose, done);