!######################################################################
!#
!#     Dtcalc
!#
!#     Common Desktop Environment (CDE)
!#
!#     Application Defaults for the CDE Desktop Calculator
!#
!#     (c) Copyright 1993, 1994 Hewlett-Packard Company
!#     (c) Copyright 1993, 1994 International Business Machines Corp.
!#     (c) Copyright 1993, 1994 Sun Microsystems, Inc.
!#     (c) Copyright 1993, 1994 Novell, Inc.
!#
!######################################################################
#include "Dt"

Dtcalc*XmPushButton*shadowThickness:	2
Dtcalc*enableButtonTab:	                False

Dtcalc*basePD*menuAccelerator: 		<KeyDown>Return
Dtcalc*popup*menuAccelerator: 		<KeyUp>F4
Dtcalc*menu*menuAccelerator: 		<KeyUp>F4
Dtcalc*blinkRate:			0

!#
!# The calculator defines the resource XmNcolumns twice:
!#   1. For the number of columns in the Display Text area.  This text widget
!#      is dynamic and grows or shrinks as text is placed in the Display area.
!#      This is the "display" resource.
!#   2. For the number of columns in the ASCII converter dialog.  
!#      This is the "aframe" resource.
!# 
!# Since for Multi-byte languages this could be different then 1, this is put
!# in the app-defaults file of the calculator.
!#
Dtcalc*display.columns:		1
Dtcalc*aframe*columns:		1