home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xscm105.zip / xscm / xt.scm < prev    next >
Text File  |  1992-08-29  |  4KB  |  102 lines

  1. ; $Header: /home/campbell/Languages/Scheme/scm/x-scm/RCS/xt.scm,v 1.2 1992/07/04 05:00:36 campbell Beta $
  2. ;
  3. ; Xt definitions.  This file may ultimately contain all Xt-related
  4. ; definitions, but at present contains only resource name symbols
  5. ; taken  from StringDefs.h
  6. ;
  7. ;  Author: Larry Campbell (campbell@redsox.bsw.com)
  8. ;  Copyright 1992 by The Boston Software Works, Inc.
  9. ;  Permission to use for any purpose whatsoever granted, as long
  10. ;  as this copyright notice remains intact.  Please send bug fixes
  11. ;  or enhancements to the above email address.
  12. ;
  13. (define xt:n-accelerators "accelerators")
  14. (define xt:n-allow-horiz "allowHoriz")
  15. (define xt:n-allow-shell-resize "allowShellResize")
  16. (define xt:n-allow-vert "allowVert")
  17. (define xt:n-ancestor-sensitive "ancestorSensitive")
  18. (define xt:n-background "background")
  19. (define xt:n-background-pixmap "backgroundPixmap")
  20. (define xt:n-bitmap "bitmap")
  21. (define xt:n-border-color "borderColor")
  22. (define xt:n-border "borderColor")
  23. (define xt:n-border-pixmap "borderPixmap")
  24. (define xt:n-border-width "borderWidth")
  25. (define xt:n-callback "callback")
  26. (define xt:n-children "children")
  27. (define xt:n-colormap "colormap")
  28. (define xt:n-depth "depth")
  29. (define xt:n-destroy-callback "destroyCallback")
  30. (define xt:n-edit-type "editType")
  31. (define xt:n-file "file")
  32. (define xt:n-font "font")
  33. (define xt:n-force-bars "forceBars")
  34. (define xt:n-foreground "foreground")
  35. (define xt:n-function "function")
  36. (define xt:n-height "height")
  37. (define xt:n-highlight "highlight")
  38. (define xt:n-h-space "hSpace")
  39. (define xt:n-index "index")
  40. (define xt:n-initial-resources-persistent "initialResourcesPersistent")
  41. (define xt:n-inner-height "innerHeight")
  42. (define xt:n-inner-width "innerWidth")
  43. (define xt:n-inner-window "innerWindow")
  44. (define xt:n-insert-position "insertPosition")
  45. (define xt:n-internal-height "internalHeight")
  46. (define xt:n-internal-width "internalWidth")
  47. (define xt:n-jump-proc "jumpProc")
  48. (define xt:n-justify "justify")
  49. (define xt:n-knob-height "knobHeight")
  50. (define xt:n-knob-indent "knobIndent")
  51. (define xt:n-knob-pixel "knobPixel")
  52. (define xt:n-knob-width "knobWidth")
  53. (define xt:n-label "label")
  54. (define xt:n-length "length")
  55. (define xt:n-lower-right "lowerRight")
  56. (define xt:n-mapped-when-managed "mappedWhenManaged")
  57. (define xt:n-menu-entry "menuEntry")
  58. (define xt:n-name "name")
  59. (define xt:n-notify "notify")
  60. (define xt:n-num-children "numChildren")
  61. (define xt:n-orientation "orientation")
  62. (define xt:n-parameter "parameter")
  63. (define xt:n-pixmap "pixmap")
  64. (define xt:n-popup-callback "popupCallback")
  65. (define xt:n-popdown-callback "popdownCallback")
  66. (define xt:n-resize "resize")
  67. (define xt:n-reverse-video "reverseVideo")
  68. (define xt:n-screen "screen")
  69. (define xt:n-scroll-proc "scrollProc")
  70. (define xt:n-scroll-d-cursor "scrollDCursor")
  71. (define xt:n-scroll-h-cursor "scrollHCursor")
  72. (define xt:n-scroll-l-cursor "scrollLCursor")
  73. (define xt:n-scroll-r-cursor "scrollRCursor")
  74. (define xt:n-scroll-u-cursor "scrollUCursor")
  75. (define xt:n-scroll-v-cursor "scrollVCursor")
  76. (define xt:n-selection "selection")
  77. (define xt:n-selection-array "selectionArray")
  78. (define xt:n-sensitive "sensitive")
  79. (define xt:n-shown "shown")
  80. (define xt:n-space "space")
  81. (define xt:n-string "string")
  82. (define xt:n-text-options "textOptions")
  83. (define xt:n-text-sink "textSink")
  84. (define xt:n-text-source "textSource")
  85. (define xt:n-thickness "thickness")
  86. (define xt:n-thumb "thumb")
  87. (define xt:n-thumb-proc "thumbProc")
  88. (define xt:n-title "title")
  89. (define xt:n-top "top")
  90. (define xt:n-translations "translations")
  91. (define xt:n-unrealize-callback "unrealizeCallback")
  92. (define xt:n-update "update")
  93. (define xt:n-use-bottom "useBottom")
  94. (define xt:n-use-right "useRight")
  95. (define xt:n-value "value")
  96. (define xt:n-v-space "vSpace")
  97. (define xt:n-width "width")
  98. (define xt:n-window "window")
  99. (define xt:n-x "x")
  100. (define xt:n-y "y")
  101.