|
|
1.1 ! root 1: /* $Header: Atoms.h,v 1.1 87/09/11 07:58:45 toddb Exp $ */ ! 2: /* ! 3: * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ! 4: * ! 5: * All Rights Reserved ! 6: * ! 7: * Permission to use, copy, modify, and distribute this software and its ! 8: * documentation for any purpose and without fee is hereby granted, ! 9: * provided that the above copyright notice appear in all copies and that ! 10: * both that copyright notice and this permission notice appear in ! 11: * supporting documentation, and that the name of Digital Equipment ! 12: * Corporation not be used in advertising or publicity pertaining to ! 13: * distribution of the software without specific, written prior permission. ! 14: * ! 15: * ! 16: * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ! 17: * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ! 18: * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ! 19: * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ! 20: * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ! 21: * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ! 22: * SOFTWARE. ! 23: */ ! 24: ! 25: #ifndef _XtAtom_h_ ! 26: #define _XtAtom_h_ ! 27: ! 28: #include <X11/Xresource.h> ! 29: ! 30: /* Resource names */ ! 31: ! 32: #define XtNallowHoriz "allowHoriz" ! 33: #define XtNallowVert "allowVert" ! 34: #define XtNbackground "background" ! 35: #define XtNborder "border" ! 36: #define XtNborderWidth "borderWidth" ! 37: #define XtNchildWindow "childWindow" ! 38: #define XtNdialogButtons "dialogButtons" ! 39: #define XtNdialogButtonCount "dialogButtonCount" ! 40: #define XtNdialogValue "dialogValue" ! 41: #define XtNeditType "editType" ! 42: #define XtNeventBindings "eventBindings" ! 43: #define XtNfont "font" ! 44: #define XtNforceBars "forceBars" ! 45: #define XtNforeground "foreground" ! 46: #define XtNfunction "function" ! 47: #define XtNheight "height" ! 48: #define XtNhSpace "hSpace" ! 49: #define XtNindex "index" ! 50: #define XtNinnerHeight "innerHeight" ! 51: #define XtNinnerWidth "innerWidth" ! 52: #define XtNinnerWindow "innerWindow" ! 53: #define XtNinsertPosition "insertPosition" ! 54: #define XtNinternalHeight "internalHeight" ! 55: #define XtNinternalWidth "internalWidth" ! 56: #define XtNjustify "justify" ! 57: #define XtNknobHeight "knobHeight" ! 58: #define XtNknobIndent "knobIndent" ! 59: #define XtNknobPixel "knobPixel" ! 60: #define XtNknobWidth "knobWidth" ! 61: #define XtNlabel "label" ! 62: #define XtNlength "length" ! 63: #define XtNlowerRight "lowerRight" ! 64: #define XtNmenuEntry "menuEntry" ! 65: #define XtNname "name" ! 66: #define XtNnotify "notify" ! 67: #define XtNorientation "orientation" ! 68: #define XtNparameter "parameter" ! 69: #define XtNreverseVideo "reverseVideo" ! 70: #define XtNscrollUpDownProc "scrollUpDownProc" ! 71: #define XtNselection "selection" ! 72: #define XtNselectionArray "selectionArray" ! 73: #define XtNshown "shown" ! 74: #define XtNspace "space" ! 75: #define XtNstring "string" ! 76: #define XtNtextOptions "textOptions" ! 77: #define XtNtextSink "textSink" ! 78: #define XtNtextSource "textSource" ! 79: #define XtNthickness "thickness" ! 80: #define XtNthumbProc "thumbProc" ! 81: #define XtNtop "top" ! 82: #define XtNuseBottom "useBottom" ! 83: #define XtNuseRight "useRight" ! 84: #define XtNvalue "value" ! 85: #define XtNvSpace "vSpace" ! 86: #define XtNwidth "width" ! 87: #define XtNwindow "window" ! 88: #define XtNx "x" ! 89: #define XtNy "y" ! 90: ! 91: ! 92: /* Class types */ ! 93: ! 94: #define XtCBitmap "Bitmap" ! 95: #define XtCBoolean "Boolean" ! 96: #define XtCBorderWidth "BorderWidth" ! 97: #define XtCColor "Color" ! 98: #define XtCCursor "Cursor" ! 99: #define XtCDialogButtons "DialogButtons" ! 100: #define XtCDialogValue "DialogValue" ! 101: #define XtCEditType "EditType" ! 102: #define XtCEventBindings "EventBindings" ! 103: #define XtCFile "File" ! 104: #define XtCFont "Font" ! 105: #define XtCFraction "Fraction" ! 106: #define XtCFunction "Function" ! 107: #define XtCHeight "Height" ! 108: #define XtCHighlight "Highlight" ! 109: #define XtCHSpace "HSpace" ! 110: #define XtCIndex "Index" ! 111: #define XtCInterval "Interval" ! 112: #define XtCJustify "Justify" ! 113: #define XtCKnobHeight "KnobHeight" ! 114: #define XtCKnobIndent "KnobIndent" ! 115: #define XtCKnobPixel "KnobPixel" ! 116: #define XtCKnobWidth "KnobWidth" ! 117: #define XtCLabel "Label" ! 118: #define XtCLength "Length" ! 119: #define XtCMargin "Margin" ! 120: #define XtCMenuEntry "MenuEntry" ! 121: #define XtCNotify "Notify" ! 122: #define XtCOff "Off" ! 123: #define XtCOn "On" ! 124: #define XtCOrientation "Orientation" ! 125: #define XtCParameter "Parameter" ! 126: #define XtCPixmap "Pixmap" ! 127: #define XtCScrollUpDownProc "ScrollUpDownProc" ! 128: #define XtCSelection "Selection" ! 129: #define XtCSelectionArray "SelectionArray" ! 130: #define XtCSpace "Space" ! 131: #define XtCString "String" ! 132: #define XtCTextOptions "TextOptions" ! 133: #define XtCTextPosition "TextPosition" ! 134: #define XtCTextSelection "TextSelection" ! 135: #define XtCTextSink "TextSink" ! 136: #define XtCTextSource "TextSource" ! 137: #define XtCThickness "Thickness" ! 138: #define XtCToggle "Toggle" ! 139: #define XtCUnhighlight "Unhighlight" ! 140: #define XtCValue "Value" ! 141: #define XtCVSpace "VSpace" ! 142: #define XtCWidth "Width" ! 143: #define XtCWindow "Window" ! 144: #define XtCX "X" ! 145: #define XtCY "Y" ! 146: ! 147: ! 148: /* Representation types */ ! 149: ! 150: #define XtREditMode "EditMode" ! 151: #define XtREventBindings "EventBindings" ! 152: #define XtRFunction "Function" ! 153: #define XtRJustify "Justify" ! 154: #define XtROrientation "Orientation" ! 155: #define XtRTextPosition "XtTextPosition" ! 156: ! 157: ! 158: /* Orientation enumeration constants */ ! 159: ! 160: #define XtEvertical "vertical" ! 161: #define XtEhorizontal "horizontal" ! 162: ! 163: #endif _XtAtom_h_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.