home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / inc / x11 / stringde.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-15  |  8.5 KB  |  268 lines

  1. /*
  2. * $XConsortium: StringDefs.h,v 1.49 89/12/12 19:24:02 swick Exp $
  3. * $oHeader: StringDefs.h,v 1.3 88/08/19 16:39:44 asente Exp $
  4. */
  5.  
  6. /***********************************************************
  7. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
  8. and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
  9.  
  10.                         All Rights Reserved
  11.  
  12. Permission to use, copy, modify, and distribute this software and its 
  13. documentation for any purpose and without fee is hereby granted, 
  14. provided that the above copyright notice appear in all copies and that
  15. both that copyright notice and this permission notice appear in 
  16. supporting documentation, and that the names of Digital or MIT not be
  17. used in advertising or publicity pertaining to distribution of the
  18. software without specific, written prior permission.  
  19.  
  20. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  21. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  22. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  23. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  25. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  26. SOFTWARE.
  27.  
  28. ******************************************************************/
  29.  
  30. #ifndef _XtAtom_h_
  31. #define _XtAtom_h_
  32.  
  33. /* Resource names */
  34.  
  35. #define XtNaccelerators "accelerators"
  36. #define XtNallowHoriz "allowHoriz"
  37. #define XtNallowVert "allowVert"
  38. #define XtNancestorSensitive "ancestorSensitive"
  39. #define XtNbackground "background"
  40. #define XtNbackgroundPixmap "backgroundPixmap"
  41. #define XtNbitmap "bitmap"
  42. #define XtNborderColor "borderColor"
  43. #define XtNborder "borderColor"
  44. #define XtNborderPixmap "borderPixmap"
  45. #define XtNborderWidth "borderWidth"
  46. #define XtNcallback "callback"
  47. #define XtNchildren "children"
  48. #define XtNcolormap "colormap"
  49. #define XtNdepth "depth"
  50. #define XtNdestroyCallback "destroyCallback"
  51. #define XtNeditType "editType"
  52. #define XtNfile "file"
  53. #define XtNfont "font"
  54. #define XtNforceBars "forceBars"
  55. #define XtNforeground "foreground"
  56. #define XtNfunction "function"
  57. #define XtNheight "height"
  58. #define XtNhighlight "highlight"
  59. #define XtNhSpace "hSpace"
  60. #define XtNindex "index"
  61. #define XtNinitialResourcesPersistent "initialResourcesPersistent"
  62. #define XtNinnerHeight "innerHeight"
  63. #define XtNinnerWidth "innerWidth"
  64. #define XtNinnerWindow "innerWindow"
  65. #define XtNinsertPosition "insertPosition"
  66. #define XtNinternalHeight "internalHeight"
  67. #define XtNinternalWidth "internalWidth"
  68. #define XtNjumpProc "jumpProc"
  69. #define XtNjustify "justify"
  70. #define XtNknobHeight "knobHeight"
  71. #define XtNknobIndent "knobIndent"
  72. #define XtNknobPixel "knobPixel"
  73. #define XtNknobWidth "knobWidth"
  74. #define XtNlabel "label"
  75. #define XtNlength "length"
  76. #define XtNlowerRight "lowerRight"
  77. #define XtNmappedWhenManaged "mappedWhenManaged"
  78. #define XtNmenuEntry "menuEntry"
  79. #define XtNname "name"
  80. #define XtNnotify "notify"
  81. #define XtNnumChildren "numChildren"
  82. #define XtNorientation "orientation"
  83. #define XtNparameter "parameter"
  84. #define XtNpixmap "pixmap"
  85. #define XtNpopupCallback "popupCallback"
  86. #define XtNpopdownCallback "popdownCallback"
  87. #define XtNresize "resize"
  88. #define XtNreverseVideo "reverseVideo"
  89. #define XtNscreen "screen"
  90. #define XtNscrollProc "scrollProc"
  91. #define XtNscrollDCursor "scrollDCursor"
  92. #define XtNscrollHCursor "scrollHCursor"
  93. #define XtNscrollLCursor "scrollLCursor"
  94. #define XtNscrollRCursor "scrollRCursor"
  95. #define XtNscrollUCursor "scrollUCursor"
  96. #define XtNscrollVCursor "scrollVCursor"
  97. #define XtNselection "selection"
  98. #define XtNselectionArray "selectionArray"
  99. #define XtNsensitive "sensitive"
  100. #define XtNshown "shown"
  101. #define XtNspace "space"
  102. #define XtNstring "string"
  103. #define XtNtextOptions "textOptions"
  104. #define XtNtextSink "textSink"
  105. #define XtNtextSource "textSource"
  106. #define XtNthickness "thickness"
  107. #define XtNthumb "thumb"
  108. #define XtNthumbProc "thumbProc"
  109. #define XtNtop "top"
  110. #define XtNtranslations "translations"
  111. #define XtNunrealizeCallback "unrealizeCallback"
  112. #define XtNupdate "update"
  113. #define XtNuseBottom "useBottom"
  114. #define XtNuseRight "useRight"
  115. #define XtNvalue "value"
  116. #define XtNvSpace "vSpace"
  117. #define XtNwidth "width"
  118. #define XtNwindow "window"
  119. #define XtNx "x"
  120. #define XtNy "y"
  121.  
  122. /* Class types */ 
  123. #define XtCAccelerators "Accelerators"
  124. #define XtCBackground "Background"
  125. #define XtCBitmap "Bitmap"
  126. #define XtCBoolean "Boolean"
  127. #define XtCBorderColor "BorderColor"
  128. #define XtCBorderWidth "BorderWidth"
  129. #define XtCCallback "Callback"
  130. #define XtCColormap "Colormap"
  131. #define XtCColor "Color"
  132. #define XtCCursor "Cursor"
  133. #define XtCDepth "Depth"
  134. #define XtCEditType "EditType"
  135. #define XtCEventBindings "EventBindings"
  136. #define XtCFile "File"
  137. #define XtCFont "Font"
  138. #define XtCForeground "Foreground"
  139. #define XtCFraction "Fraction"
  140. #define XtCFunction "Function"
  141. #define XtCHeight "Height"
  142. #define XtCHSpace "HSpace"
  143. #define XtCIndex "Index"
  144. #define XtCInitialResourcesPersistent "InitialResourcesPersistent"
  145. #define XtCInsertPosition "InsertPosition"
  146. #define XtCInterval "Interval"
  147. #define XtCJustify "Justify"
  148. #define XtCKnobIndent "KnobIndent"
  149. #define XtCKnobPixel "KnobPixel"
  150. #define XtCLabel "Label"
  151. #define XtCLength "Length"
  152. #define XtCMappedWhenManaged "MappedWhenManaged"
  153. #define XtCMargin "Margin"
  154. #define XtCMenuEntry "MenuEntry"
  155. #define XtCNotify "Notify"
  156. #define XtCOrientation "Orientation"
  157. #define XtCParameter "Parameter"
  158. #define XtCPixmap "Pixmap"
  159. #define XtCPosition "Position"
  160. #define XtCReadOnly "ReadOnly"
  161. #define XtCResize "Resize"
  162. #define XtCReverseVideo "ReverseVideo"
  163. #define XtCScreen "Screen"
  164. #define XtCScrollProc "ScrollProc"
  165. #define XtCScrollDCursor "ScrollDCursor"
  166. #define XtCScrollHCursor "ScrollHCursor"
  167. #define XtCScrollLCursor "ScrollLCursor"
  168. #define XtCScrollRCursor "ScrollRCursor"
  169. #define XtCScrollUCursor "ScrollUCursor"
  170. #define XtCScrollVCursor "ScrollVCursor"
  171. #define XtCSelection "Selection"
  172. #define XtCSensitive "Sensitive"
  173. #define XtCSelectionArray "SelectionArray"
  174. #define XtCSpace "Space"
  175. #define XtCString "String"
  176. #define XtCTextOptions "TextOptions"
  177. #define XtCTextPosition "TextPosition"
  178. #define XtCTextSink "TextSink"
  179. #define XtCTextSource "TextSource"
  180. #define XtCThickness "Thickness"
  181. #define XtCThumb "Thumb"
  182. #define XtCTranslations "Translations"
  183. #define XtCValue "Value"
  184. #define XtCVSpace "VSpace"
  185. #define XtCWidth "Width"
  186. #define XtCWindow "Window"
  187. #define XtCX "X"
  188. #define XtCY "Y"
  189.  
  190. /* Representation types */
  191.  
  192. #define XtRAcceleratorTable "AcceleratorTable"
  193. #define XtRAtom "Atom"
  194. #define XtRBitmap "Bitmap"
  195. #define XtRBool "Bool"
  196. #define XtRBoolean "Boolean"
  197. #define XtRCallback "Callback"
  198. #define XtRCallProc "CallProc"
  199. #define XtRCardinal "Cardinal"
  200. #define XtRColor "Color"
  201. #define XtRColormap "Colormap"
  202. #define XtRCursor "Cursor"
  203. #define XtRDimension "Dimension"
  204. #define XtRDisplay "Display"
  205. #define XtREditMode "EditMode"
  206. #define XtREnum "Enum"
  207. #define XtRFile "File"
  208. #define XtRFloat "Float"
  209. #define XtRFont "Font"
  210. #define XtRFontStruct "FontStruct"
  211. #define XtRFunction "Function"
  212. #define XtRGeometry "Geometry"
  213. #define XtRImmediate "Immediate"
  214. #define XtRInitialState "InitialState"
  215. #define XtRInt "Int"
  216. #define XtRJustify "Justify"
  217. #define XtRLongBoolean XtRBool
  218. #define XtRObject "Object"
  219. #define XtROrientation "Orientation"
  220. #define XtRPixel "Pixel"
  221. #define XtRPixmap "Pixmap"
  222. #define XtRPointer "Pointer"
  223. #define XtRPosition "Position"
  224. #define XtRScreen "Screen"
  225. #define XtRShort "Short"
  226. #define XtRString "String"
  227. #define XtRStringArray "StringArray"
  228. #define XtRStringTable "StringTable"
  229. #define XtRUnsignedChar "UnsignedChar"
  230. #define XtRTranslationTable "TranslationTable"
  231. #define XtRVisual "Visual"
  232. #define XtRWidget "Widget"
  233. #define XtRWidgetClass "WidgetClass"
  234. #define XtRWidgetList "WidgetList"
  235. #define XtRWindow "Window"
  236.  
  237.  
  238. /* Boolean enumeration constants */
  239.  
  240. #define XtEoff "off"
  241. #define XtEfalse "false"
  242. #define XtEno "no"
  243. #define XtEon "on"
  244. #define XtEtrue "true"
  245. #define XtEyes "yes"
  246.  
  247. /* Orientation enumeration constants */
  248.  
  249. #define XtEvertical "vertical"
  250. #define XtEhorizontal "horizontal"
  251.  
  252. /* text edit enumeration constants */
  253.  
  254. #define XtEtextRead "read"
  255. #define XtEtextAppend "append"
  256. #define XtEtextEdit "edit"
  257.  
  258. /* color enumeration constants */
  259.  
  260. #define XtExtdefaultbackground "xtdefaultbackground"
  261. #define XtExtdefaultforeground "xtdefaultforeground"
  262.  
  263. /* font constant */
  264.  
  265. #define XtExtdefaultfont "xtdefaultfont"
  266.  
  267. #endif /*_XtAtom_h_*/
  268.