38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
! $XConsortium: Dtcalc /main/4 1996/09/04 16:55:07 mustafa $
|
|
!######################################################################
|
|
!#
|
|
!# 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*enableButtonTab: True
|
|
|
|
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: %|nls-5-#1#|
|
|
Dtcalc*aframe*columns: %|nls-6-#1#|
|