home *** CD-ROM | disk | FTP | other *** search
- !######################################################################
- !#
- !# Dtcalc
- !#
- !# TriTeal Enterprise Desktop (TED)
- !#
- !# Application Defaults for the TED Calculator
- !#
- !# (c) Copyright 1994 TriTeal Corporation
- !# (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
-
- !###
- !#
- !# Accelerators
- !#
- !# Do not translate the following
- !###
- Dtcalc*optionMenu.exit.acceleratorText: Alt+F4
- Dtcalc*optionMenu.exit.accelerator: Alt<key>F4
-
- Dtcalc*basePD*menuAccelerator: <KeyDown>Return
- Dtcalc*popup*menuAccelerator: <KeyUp>F4
- Dtcalc*menu*menuAccelerator: <KeyUp>F4
- Dtcalc*blinkRate: 0
-
- Dtcalc*optionMenu.tearOffModel: tear_off_enabled
- Dtcalc*helpMenu.tearOffModel: tear_off_enabled
-
- !#
- !# 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
-