home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / TEDdesk / reloc.2 / $TED_DIR / app-defaults / C / Dtcalc
Text File  |  1998-08-19  |  2KB  |  51 lines

  1. !######################################################################
  2. !#
  3. !#     Dtcalc
  4. !#
  5. !#     TriTeal Enterprise Desktop (TED)
  6. !#
  7. !#     Application Defaults for the TED Calculator
  8. !#
  9. !#     (c) Copyright 1994  TriTeal Corporation 
  10. !#     (c) Copyright 1993, 1994 Hewlett-Packard Company
  11. !#     (c) Copyright 1993, 1994 International Business Machines Corp.
  12. !#     (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  13. !#     (c) Copyright 1993, 1994 Novell, Inc.
  14. !#
  15. !######################################################################
  16. #include "Dt"
  17.  
  18. Dtcalc*XmPushButton*shadowThickness:    2
  19. Dtcalc*enableButtonTab:                    False
  20.  
  21. !###
  22. !#
  23. !#  Accelerators
  24. !#
  25. !#  Do not translate the following
  26. !###
  27. Dtcalc*optionMenu.exit.acceleratorText:    Alt+F4
  28. Dtcalc*optionMenu.exit.accelerator:    Alt<key>F4
  29.  
  30. Dtcalc*basePD*menuAccelerator:         <KeyDown>Return
  31. Dtcalc*popup*menuAccelerator:         <KeyUp>F4
  32. Dtcalc*menu*menuAccelerator:         <KeyUp>F4
  33. Dtcalc*blinkRate:            0
  34.  
  35. Dtcalc*optionMenu.tearOffModel:        tear_off_enabled
  36. Dtcalc*helpMenu.tearOffModel:        tear_off_enabled
  37.  
  38. !#
  39. !# The calculator defines the resource XmNcolumns twice:
  40. !#   1. For the number of columns in the Display Text area.  This text widget
  41. !#      is dynamic and grows or shrinks as text is placed in the Display area.
  42. !#      This is the "display" resource.
  43. !#   2. For the number of columns in the ASCII converter dialog.  
  44. !#      This is the "aframe" resource.
  45. !# 
  46. !# Since for Multi-byte languages this could be different then 1, this is put
  47. !# in the app-defaults file of the calculator.
  48. !#
  49. Dtcalc*display.columns:        1
  50. Dtcalc*aframe*columns:        1
  51.