Lines Matching defs:calculator
32 * xcalc.c - a hand calculator for the X Window system
75 static Widget calculator=NULL; /* an underlying form widget */
171 XtSetValues(calculator, args, ONE);
187 calculator = XtCreateManagedWidget(rpn ? "hp" : "ti", formWidgetClass,
189 create_display(calculator);
190 create_keypad(calculator);
191 XtSetKeyboardFocus(calculator, LCD);
195 * Do the calculator data display widgets.
205 /* the frame surrounding the calculator display */
209 /* the screen of the calculator */
352 * the calculator is also not supported. So all you can do is copy
353 * the entire number from the calculator display.