Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/X11/StringDefs.h
$ cat -n /usr/include/X11/StringDefs.h 1 /*********************************************************** 2 3 Copyright 1987, 1988, 1994, 1998 The Open Group 4 5 Permission to use, copy, modify, distribute, and sell this software and its 6 documentation for any purpose is hereby granted without fee, provided that 7 the above copyright notice appear in all copies and that both that 8 copyright notice and this permission notice appear in supporting 9 documentation. 10 11 The above copyright notice and this permission notice shall be included in 12 all copies or substantial portions of the Software. 13 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 18 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 21 Except as contained in this notice, the name of The Open Group shall not be 22 used in advertising or otherwise to promote the sale, use or other dealings 23 in this Software without prior written authorization from The Open Group. 24 25 26 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 27 28 All Rights Reserved 29 30 Permission to use, copy, modify, and distribute this software and its 31 documentation for any purpose and without fee is hereby granted, 32 provided that the above copyright notice appear in all copies and that 33 both that copyright notice and this permission notice appear in 34 supporting documentation, and that the name of Digital not be 35 used in advertising or publicity pertaining to distribution of the 36 software without specific, written prior permission. 37 38 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 39 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 40 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 41 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 42 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 43 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 44 SOFTWARE. 45 46 ******************************************************************/ 47 48 #ifndef _XtStringDefs_h_ 49 #define _XtStringDefs_h_ 50 51 #ifndef XTSTRINGDEFINES 52 #define _XtStringDefs_h_Const const 53 #endif 54 55 /* $Xorg: makestrs.c,v 1.6 2001/02/09 02:03:17 xorgcvs Exp $ */ 56 /* This file is automatically generated. */ 57 /* Default ABI version -- Do not edit */ 58 #ifdef XTSTRINGDEFINES 59 #define XtNaccelerators "accelerators" 60 #define XtNallowHoriz "allowHoriz" 61 #define XtNallowVert "allowVert" 62 #define XtNancestorSensitive "ancestorSensitive" 63 #define XtNbackground "background" 64 #define XtNbackgroundPixmap "backgroundPixmap" 65 #define XtNbitmap "bitmap" 66 #define XtNborderColor "borderColor" 67 #define XtNborder "borderColor" 68 #define XtNborderPixmap "borderPixmap" 69 #define XtNborderWidth "borderWidth" 70 #define XtNcallback "callback" 71 #define XtNchildren "children" 72 #define XtNcolormap "colormap" 73 #define XtNdepth "depth" 74 #define XtNdestroyCallback "destroyCallback" 75 #define XtNeditType "editType" 76 #define XtNfile "file" 77 #define XtNfont "font" 78 #define XtNforceBars "forceBars" 79 #define XtNforeground "foreground" 80 #define XtNfunction "function" 81 #define XtNheight "height" 82 #define XtNhighlight "highlight" 83 #define XtNhSpace "hSpace" 84 #define XtNindex "index" 85 #define XtNinitialResourcesPersistent "initialResourcesPersistent" 86 #define XtNinnerHeight "innerHeight" 87 #define XtNinnerWidth "innerWidth" 88 #define XtNinnerWindow "innerWindow" 89 #define XtNinsertPosition "insertPosition" 90 #define XtNinternalHeight "internalHeight" 91 #define XtNinternalWidth "internalWidth" 92 #define XtNjumpProc "jumpProc" 93 #define XtNjustify "justify" 94 #define XtNknobHeight "knobHeight" 95 #define XtNknobIndent "knobIndent" 96 #define XtNknobPixel "knobPixel" 97 #define XtNknobWidth "knobWidth" 98 #define XtNlabel "label" 99 #define XtNlength "length" 100 #define XtNlowerRight "lowerRight" 101 #define XtNmappedWhenManaged "mappedWhenManaged" 102 #define XtNmenuEntry "menuEntry" 103 #define XtNname "name" 104 #define XtNnotify "notify" 105 #define XtNnumChildren "numChildren" 106 #define XtNorientation "orientation" 107 #define XtNparameter "parameter" 108 #define XtNpixmap "pixmap" 109 #define XtNpopupCallback "popupCallback" 110 #define XtNpopdownCallback "popdownCallback" 111 #define XtNresize "resize" 112 #define XtNreverseVideo "reverseVideo" 113 #define XtNscreen "screen" 114 #define XtNscrollProc "scrollProc" 115 #define XtNscrollDCursor "scrollDCursor" 116 #define XtNscrollHCursor "scrollHCursor" 117 #define XtNscrollLCursor "scrollLCursor" 118 #define XtNscrollRCursor "scrollRCursor" 119 #define XtNscrollUCursor "scrollUCursor" 120 #define XtNscrollVCursor "scrollVCursor" 121 #define XtNselection "selection" 122 #define XtNselectionArray "selectionArray" 123 #define XtNsensitive "sensitive" 124 #define XtNshown "shown" 125 #define XtNspace "space" 126 #define XtNstring "string" 127 #define XtNtextOptions "textOptions" 128 #define XtNtextSink "textSink" 129 #define XtNtextSource "textSource" 130 #define XtNthickness "thickness" 131 #define XtNthumb "thumb" 132 #define XtNthumbProc "thumbProc" 133 #define XtNtop "top" 134 #define XtNtranslations "translations" 135 #define XtNunrealizeCallback "unrealizeCallback" 136 #define XtNupdate "update" 137 #define XtNuseBottom "useBottom" 138 #define XtNuseRight "useRight" 139 #define XtNvalue "value" 140 #define XtNvSpace "vSpace" 141 #define XtNwidth "width" 142 #define XtNwindow "window" 143 #define XtNx "x" 144 #define XtNy "y" 145 #define XtCAccelerators "Accelerators" 146 #define XtCBackground "Background" 147 #define XtCBitmap "Bitmap" 148 #define XtCBoolean "Boolean" 149 #define XtCBorderColor "BorderColor" 150 #define XtCBorderWidth "BorderWidth" 151 #define XtCCallback "Callback" 152 #define XtCColormap "Colormap" 153 #define XtCColor "Color" 154 #define XtCCursor "Cursor" 155 #define XtCDepth "Depth" 156 #define XtCEditType "EditType" 157 #define XtCEventBindings "EventBindings" 158 #define XtCFile "File" 159 #define XtCFont "Font" 160 #define XtCForeground "Foreground" 161 #define XtCFraction "Fraction" 162 #define XtCFunction "Function" 163 #define XtCHeight "Height" 164 #define XtCHSpace "HSpace" 165 #define XtCIndex "Index" 166 #define XtCInitialResourcesPersistent "InitialResourcesPersistent" 167 #define XtCInsertPosition "InsertPosition" 168 #define XtCInterval "Interval" 169 #define XtCJustify "Justify" 170 #define XtCKnobIndent "KnobIndent" 171 #define XtCKnobPixel "KnobPixel" 172 #define XtCLabel "Label" 173 #define XtCLength "Length" 174 #define XtCMappedWhenManaged "MappedWhenManaged" 175 #define XtCMargin "Margin" 176 #define XtCMenuEntry "MenuEntry" 177 #define XtCNotify "Notify" 178 #define XtCOrientation "Orientation" 179 #define XtCParameter "Parameter" 180 #define XtCPixmap "Pixmap" 181 #define XtCPosition "Position" 182 #define XtCReadOnly "ReadOnly" 183 #define XtCResize "Resize" 184 #define XtCReverseVideo "ReverseVideo" 185 #define XtCScreen "Screen" 186 #define XtCScrollProc "ScrollProc" 187 #define XtCScrollDCursor "ScrollDCursor" 188 #define XtCScrollHCursor "ScrollHCursor" 189 #define XtCScrollLCursor "ScrollLCursor" 190 #define XtCScrollRCursor "ScrollRCursor" 191 #define XtCScrollUCursor "ScrollUCursor" 192 #define XtCScrollVCursor "ScrollVCursor" 193 #define XtCSelection "Selection" 194 #define XtCSensitive "Sensitive" 195 #define XtCSelectionArray "SelectionArray" 196 #define XtCSpace "Space" 197 #define XtCString "String" 198 #define XtCTextOptions "TextOptions" 199 #define XtCTextPosition "TextPosition" 200 #define XtCTextSink "TextSink" 201 #define XtCTextSource "TextSource" 202 #define XtCThickness "Thickness" 203 #define XtCThumb "Thumb" 204 #define XtCTranslations "Translations" 205 #define XtCValue "Value" 206 #define XtCVSpace "VSpace" 207 #define XtCWidth "Width" 208 #define XtCWindow "Window" 209 #define XtCX "X" 210 #define XtCY "Y" 211 #define XtRAcceleratorTable "AcceleratorTable" 212 #ifndef XtRAtom 213 #define XtRAtom "Atom" 214 #endif 215 #define XtRBitmap "Bitmap" 216 #define XtRBool "Bool" 217 #define XtRBoolean "Boolean" 218 #define XtRCallback "Callback" 219 #define XtRCallProc "CallProc" 220 #define XtRCardinal "Cardinal" 221 #define XtRColor "Color" 222 #define XtRColormap "Colormap" 223 #define XtRCursor "Cursor" 224 #define XtRDimension "Dimension" 225 #define XtRDisplay "Display" 226 #define XtREditMode "EditMode" 227 #define XtREnum "Enum" 228 #define XtRFile "File" 229 #define XtRFloat "Float" 230 #define XtRFont "Font" 231 #define XtRFontStruct "FontStruct" 232 #define XtRFunction "Function" 233 #define XtRGeometry "Geometry" 234 #define XtRImmediate "Immediate" 235 #define XtRInitialState "InitialState" 236 #define XtRInt "Int" 237 #define XtRJustify "Justify" 238 #define XtRLongBoolean "Bool" 239 #define XtRObject "Object" 240 #define XtROrientation "Orientation" 241 #define XtRPixel "Pixel" 242 #define XtRPixmap "Pixmap" 243 #define XtRPointer "Pointer" 244 #define XtRPosition "Position" 245 #define XtRScreen "Screen" 246 #define XtRShort "Short" 247 #define XtRString "String" 248 #define XtRStringArray "StringArray" 249 #define XtRStringTable "StringTable" 250 #define XtRUnsignedChar "UnsignedChar" 251 #define XtRTranslationTable "TranslationTable" 252 #define XtRVisual "Visual" 253 #define XtRWidget "Widget" 254 #define XtRWidgetClass "WidgetClass" 255 #define XtRWidgetList "WidgetList" 256 #define XtRWindow "Window" 257 #define XtEoff "off" 258 #define XtEfalse "false" 259 #define XtEno "no" 260 #define XtEon "on" 261 #define XtEtrue "true" 262 #define XtEyes "yes" 263 #define XtEvertical "vertical" 264 #define XtEhorizontal "horizontal" 265 #define XtEtextRead "read" 266 #define XtEtextAppend "append" 267 #define XtEtextEdit "edit" 268 #define XtExtdefaultbackground "xtdefaultbackground" 269 #define XtExtdefaultforeground "xtdefaultforeground" 270 #define XtExtdefaultfont "xtdefaultfont" 271 #define XtNfontSet "fontSet" 272 #define XtRFontSet "FontSet" 273 #define XtCFontSet "FontSet" 274 #define XtRGravity "Gravity" 275 #define XtNcreateHook "createHook" 276 #define XtNchangeHook "changeHook" 277 #define XtNconfigureHook "configureHook" 278 #define XtNgeometryHook "geometryHook" 279 #define XtNdestroyHook "destroyHook" 280 #define XtNshells "shells" 281 #define XtNnumShells "numShells" 282 #define XtRCommandArgArray "CommandArgArray" 283 #define XtRDirectoryString "DirectoryString" 284 #define XtREnvironmentArray "EnvironmentArray" 285 #define XtRRestartStyle "RestartStyle" 286 #define XtRSmcConn "SmcConn" 287 #define XtHcreate "Xtcreate" 288 #define XtHsetValues "XtsetValues" 289 #define XtHmanageChildren "XtmanageChildren" 290 #define XtHunmanageChildren "XtunmanageChildren" 291 #define XtHmanageSet "XtmanageSet" 292 #define XtHunmanageSet "XtunmanageSet" 293 #define XtHrealizeWidget "XtrealizeWidget" 294 #define XtHunrealizeWidget "XtunrealizeWidget" 295 #define XtHaddCallback "XtaddCallback" 296 #define XtHaddCallbacks "XtaddCallbacks" 297 #define XtHremoveCallback "XtremoveCallback" 298 #define XtHremoveCallbacks "XtremoveCallbacks" 299 #define XtHremoveAllCallbacks "XtremoveAllCallbacks" 300 #define XtHaugmentTranslations "XtaugmentTranslations" 301 #define XtHoverrideTranslations "XtoverrideTranslations" 302 #define XtHuninstallTranslations "XtuninstallTranslations" 303 #define XtHsetKeyboardFocus "XtsetKeyboardFocus" 304 #define XtHsetWMColormapWindows "XtsetWMColormapWindows" 305 #define XtHsetMappedWhenManaged "XtsetMappedWhenManaged" 306 #define XtHmapWidget "XtmapWidget" 307 #define XtHunmapWidget "XtunmapWidget" 308 #define XtHpopup "Xtpopup" 309 #define XtHpopupSpringLoaded "XtpopupSpringLoaded" 310 #define XtHpopdown "Xtpopdown" 311 #define XtHconfigure "Xtconfigure" 312 #define XtHpreGeometry "XtpreGeometry" 313 #define XtHpostGeometry "XtpostGeometry" 314 #define XtHdestroy "Xtdestroy" 315 #else 316 extern _XtStringDefs_h_Const char XtStrings[]; 317 #ifndef XtNaccelerators 318 #define XtNaccelerators ((String)&XtStrings[0]) 319 #endif 320 #ifndef XtNallowHoriz 321 #define XtNallowHoriz ((String)&XtStrings[13]) 322 #endif 323 #ifndef XtNallowVert 324 #define XtNallowVert ((String)&XtStrings[24]) 325 #endif 326 #ifndef XtNancestorSensitive 327 #define XtNancestorSensitive ((String)&XtStrings[34]) 328 #endif 329 #ifndef XtNbackground 330 #define XtNbackground ((String)&XtStrings[52]) 331 #endif 332 #ifndef XtNbackgroundPixmap 333 #define XtNbackgroundPixmap ((String)&XtStrings[63]) 334 #endif 335 #ifndef XtNbitmap 336 #define XtNbitmap ((String)&XtStrings[80]) 337 #endif 338 #ifndef XtNborderColor 339 #define XtNborderColor ((String)&XtStrings[87]) 340 #endif 341 #ifndef XtNborder 342 #define XtNborder ((String)&XtStrings[99]) 343 #endif 344 #ifndef XtNborderPixmap 345 #define XtNborderPixmap ((String)&XtStrings[111]) 346 #endif 347 #ifndef XtNborderWidth 348 #define XtNborderWidth ((String)&XtStrings[124]) 349 #endif 350 #ifndef XtNcallback 351 #define XtNcallback ((String)&XtStrings[136]) 352 #endif 353 #ifndef XtNchildren 354 #define XtNchildren ((String)&XtStrings[145]) 355 #endif 356 #ifndef XtNcolormap 357 #define XtNcolormap ((String)&XtStrings[154]) 358 #endif 359 #ifndef XtNdepth 360 #define XtNdepth ((String)&XtStrings[163]) 361 #endif 362 #ifndef XtNdestroyCallback 363 #define XtNdestroyCallback ((String)&XtStrings[169]) 364 #endif 365 #ifndef XtNeditType 366 #define XtNeditType ((String)&XtStrings[185]) 367 #endif 368 #ifndef XtNfile 369 #define XtNfile ((String)&XtStrings[194]) 370 #endif 371 #ifndef XtNfont 372 #define XtNfont ((String)&XtStrings[199]) 373 #endif 374 #ifndef XtNforceBars 375 #define XtNforceBars ((String)&XtStrings[204]) 376 #endif 377 #ifndef XtNforeground 378 #define XtNforeground ((String)&XtStrings[214]) 379 #endif 380 #ifndef XtNfunction 381 #define XtNfunction ((String)&XtStrings[225]) 382 #endif 383 #ifndef XtNheight 384 #define XtNheight ((String)&XtStrings[234]) 385 #endif 386 #ifndef XtNhighlight 387 #define XtNhighlight ((String)&XtStrings[241]) 388 #endif 389 #ifndef XtNhSpace 390 #define XtNhSpace ((String)&XtStrings[251]) 391 #endif 392 #ifndef XtNindex 393 #define XtNindex ((String)&XtStrings[258]) 394 #endif 395 #ifndef XtNinitialResourcesPersistent 396 #define XtNinitialResourcesPersistent ((String)&XtStrings[264]) 397 #endif 398 #ifndef XtNinnerHeight 399 #define XtNinnerHeight ((String)&XtStrings[291]) 400 #endif 401 #ifndef XtNinnerWidth 402 #define XtNinnerWidth ((String)&XtStrings[303]) 403 #endif 404 #ifndef XtNinnerWindow 405 #define XtNinnerWindow ((String)&XtStrings[314]) 406 #endif 407 #ifndef XtNinsertPosition 408 #define XtNinsertPosition ((String)&XtStrings[326]) 409 #endif 410 #ifndef XtNinternalHeight 411 #define XtNinternalHeight ((String)&XtStrings[341]) 412 #endif 413 #ifndef XtNinternalWidth 414 #define XtNinternalWidth ((String)&XtStrings[356]) 415 #endif 416 #ifndef XtNjumpProc 417 #define XtNjumpProc ((String)&XtStrings[370]) 418 #endif 419 #ifndef XtNjustify 420 #define XtNjustify ((String)&XtStrings[379]) 421 #endif 422 #ifndef XtNknobHeight 423 #define XtNknobHeight ((String)&XtStrings[387]) 424 #endif 425 #ifndef XtNknobIndent 426 #define XtNknobIndent ((String)&XtStrings[398]) 427 #endif 428 #ifndef XtNknobPixel 429 #define XtNknobPixel ((String)&XtStrings[409]) 430 #endif 431 #ifndef XtNknobWidth 432 #define XtNknobWidth ((String)&XtStrings[419]) 433 #endif 434 #ifndef XtNlabel 435 #define XtNlabel ((String)&XtStrings[429]) 436 #endif 437 #ifndef XtNlength 438 #define XtNlength ((String)&XtStrings[435]) 439 #endif 440 #ifndef XtNlowerRight 441 #define XtNlowerRight ((String)&XtStrings[442]) 442 #endif 443 #ifndef XtNmappedWhenManaged 444 #define XtNmappedWhenManaged ((String)&XtStrings[453]) 445 #endif 446 #ifndef XtNmenuEntry 447 #define XtNmenuEntry ((String)&XtStrings[471]) 448 #endif 449 #ifndef XtNname 450 #define XtNname ((String)&XtStrings[481]) 451 #endif 452 #ifndef XtNnotify 453 #define XtNnotify ((String)&XtStrings[486]) 454 #endif 455 #ifndef XtNnumChildren 456 #define XtNnumChildren ((String)&XtStrings[493]) 457 #endif 458 #ifndef XtNorientation 459 #define XtNorientation ((String)&XtStrings[505]) 460 #endif 461 #ifndef XtNparameter 462 #define XtNparameter ((String)&XtStrings[517]) 463 #endif 464 #ifndef XtNpixmap 465 #define XtNpixmap ((String)&XtStrings[527]) 466 #endif 467 #ifndef XtNpopupCallback 468 #define XtNpopupCallback ((String)&XtStrings[534]) 469 #endif 470 #ifndef XtNpopdownCallback 471 #define XtNpopdownCallback ((String)&XtStrings[548]) 472 #endif 473 #ifndef XtNresize 474 #define XtNresize ((String)&XtStrings[564]) 475 #endif 476 #ifndef XtNreverseVideo 477 #define XtNreverseVideo ((String)&XtStrings[571]) 478 #endif 479 #ifndef XtNscreen 480 #define XtNscreen ((String)&XtStrings[584]) 481 #endif 482 #ifndef XtNscrollProc 483 #define XtNscrollProc ((String)&XtStrings[591]) 484 #endif 485 #ifndef XtNscrollDCursor 486 #define XtNscrollDCursor ((String)&XtStrings[602]) 487 #endif 488 #ifndef XtNscrollHCursor 489 #define XtNscrollHCursor ((String)&XtStrings[616]) 490 #endif 491 #ifndef XtNscrollLCursor 492 #define XtNscrollLCursor ((String)&XtStrings[630]) 493 #endif 494 #ifndef XtNscrollRCursor 495 #define XtNscrollRCursor ((String)&XtStrings[644]) 496 #endif 497 #ifndef XtNscrollUCursor 498 #define XtNscrollUCursor ((String)&XtStrings[658]) 499 #endif 500 #ifndef XtNscrollVCursor 501 #define XtNscrollVCursor ((String)&XtStrings[672]) 502 #endif 503 #ifndef XtNselection 504 #define XtNselection ((String)&XtStrings[686]) 505 #endif 506 #ifndef XtNselectionArray 507 #define XtNselectionArray ((String)&XtStrings[696]) 508 #endif 509 #ifndef XtNsensitive 510 #define XtNsensitive ((String)&XtStrings[711]) 511 #endif 512 #ifndef XtNshown 513 #define XtNshown ((String)&XtStrings[721]) 514 #endif 515 #ifndef XtNspace 516 #define XtNspace ((String)&XtStrings[727]) 517 #endif 518 #ifndef XtNstring 519 #define XtNstring ((String)&XtStrings[733]) 520 #endif 521 #ifndef XtNtextOptions 522 #define XtNtextOptions ((String)&XtStrings[740]) 523 #endif 524 #ifndef XtNtextSink 525 #define XtNtextSink ((String)&XtStrings[752]) 526 #endif 527 #ifndef XtNtextSource 528 #define XtNtextSource ((String)&XtStrings[761]) 529 #endif 530 #ifndef XtNthickness 531 #define XtNthickness ((String)&XtStrings[772]) 532 #endif 533 #ifndef XtNthumb 534 #define XtNthumb ((String)&XtStrings[782]) 535 #endif 536 #ifndef XtNthumbProc 537 #define XtNthumbProc ((String)&XtStrings[788]) 538 #endif 539 #ifndef XtNtop 540 #define XtNtop ((String)&XtStrings[798]) 541 #endif 542 #ifndef XtNtranslations 543 #define XtNtranslations ((String)&XtStrings[802]) 544 #endif 545 #ifndef XtNunrealizeCallback 546 #define XtNunrealizeCallback ((String)&XtStrings[815]) 547 #endif 548 #ifndef XtNupdate 549 #define XtNupdate ((String)&XtStrings[833]) 550 #endif 551 #ifndef XtNuseBottom 552 #define XtNuseBottom ((String)&XtStrings[840]) 553 #endif 554 #ifndef XtNuseRight 555 #define XtNuseRight ((String)&XtStrings[850]) 556 #endif 557 #ifndef XtNvalue 558 #define XtNvalue ((String)&XtStrings[859]) 559 #endif 560 #ifndef XtNvSpace 561 #define XtNvSpace ((String)&XtStrings[865]) 562 #endif 563 #ifndef XtNwidth 564 #define XtNwidth ((String)&XtStrings[872]) 565 #endif 566 #ifndef XtNwindow 567 #define XtNwindow ((String)&XtStrings[878]) 568 #endif 569 #ifndef XtNx 570 #define XtNx ((String)&XtStrings[885]) 571 #endif 572 #ifndef XtNy 573 #define XtNy ((String)&XtStrings[887]) 574 #endif 575 #ifndef XtCAccelerators 576 #define XtCAccelerators ((String)&XtStrings[889]) 577 #endif 578 #ifndef XtCBackground 579 #define XtCBackground ((String)&XtStrings[902]) 580 #endif 581 #ifndef XtCBitmap 582 #define XtCBitmap ((String)&XtStrings[913]) 583 #endif 584 #ifndef XtCBoolean 585 #define XtCBoolean ((String)&XtStrings[920]) 586 #endif 587 #ifndef XtCBorderColor 588 #define XtCBorderColor ((String)&XtStrings[928]) 589 #endif 590 #ifndef XtCBorderWidth 591 #define XtCBorderWidth ((String)&XtStrings[940]) 592 #endif 593 #ifndef XtCCallback 594 #define XtCCallback ((String)&XtStrings[952]) 595 #endif 596 #ifndef XtCColormap 597 #define XtCColormap ((String)&XtStrings[961]) 598 #endif 599 #ifndef XtCColor 600 #define XtCColor ((String)&XtStrings[970]) 601 #endif 602 #ifndef XtCCursor 603 #define XtCCursor ((String)&XtStrings[976]) 604 #endif 605 #ifndef XtCDepth 606 #define XtCDepth ((String)&XtStrings[983]) 607 #endif 608 #ifndef XtCEditType 609 #define XtCEditType ((String)&XtStrings[989]) 610 #endif 611 #ifndef XtCEventBindings 612 #define XtCEventBindings ((String)&XtStrings[998]) 613 #endif 614 #ifndef XtCFile 615 #define XtCFile ((String)&XtStrings[1012]) 616 #endif 617 #ifndef XtCFont 618 #define XtCFont ((String)&XtStrings[1017]) 619 #endif 620 #ifndef XtCForeground 621 #define XtCForeground ((String)&XtStrings[1022]) 622 #endif 623 #ifndef XtCFraction 624 #define XtCFraction ((String)&XtStrings[1033]) 625 #endif 626 #ifndef XtCFunction 627 #define XtCFunction ((String)&XtStrings[1042]) 628 #endif 629 #ifndef XtCHeight 630 #define XtCHeight ((String)&XtStrings[1051]) 631 #endif 632 #ifndef XtCHSpace 633 #define XtCHSpace ((String)&XtStrings[1058]) 634 #endif 635 #ifndef XtCIndex 636 #define XtCIndex ((String)&XtStrings[1065]) 637 #endif 638 #ifndef XtCInitialResourcesPersistent 639 #define XtCInitialResourcesPersistent ((String)&XtStrings[1071]) 640 #endif 641 #ifndef XtCInsertPosition 642 #define XtCInsertPosition ((String)&XtStrings[1098]) 643 #endif 644 #ifndef XtCInterval 645 #define XtCInterval ((String)&XtStrings[1113]) 646 #endif 647 #ifndef XtCJustify 648 #define XtCJustify ((String)&XtStrings[1122]) 649 #endif 650 #ifndef XtCKnobIndent 651 #define XtCKnobIndent ((String)&XtStrings[1130]) 652 #endif 653 #ifndef XtCKnobPixel 654 #define XtCKnobPixel ((String)&XtStrings[1141]) 655 #endif 656 #ifndef XtCLabel 657 #define XtCLabel ((String)&XtStrings[1151]) 658 #endif 659 #ifndef XtCLength 660 #define XtCLength ((String)&XtStrings[1157]) 661 #endif 662 #ifndef XtCMappedWhenManaged 663 #define XtCMappedWhenManaged ((String)&XtStrings[1164]) 664 #endif 665 #ifndef XtCMargin 666 #define XtCMargin ((String)&XtStrings[1182]) 667 #endif 668 #ifndef XtCMenuEntry 669 #define XtCMenuEntry ((String)&XtStrings[1189]) 670 #endif 671 #ifndef XtCNotify 672 #define XtCNotify ((String)&XtStrings[1199]) 673 #endif 674 #ifndef XtCOrientation 675 #define XtCOrientation ((String)&XtStrings[1206]) 676 #endif 677 #ifndef XtCParameter 678 #define XtCParameter ((String)&XtStrings[1218]) 679 #endif 680 #ifndef XtCPixmap 681 #define XtCPixmap ((String)&XtStrings[1228]) 682 #endif 683 #ifndef XtCPosition 684 #define XtCPosition ((String)&XtStrings[1235]) 685 #endif 686 #ifndef XtCReadOnly 687 #define XtCReadOnly ((String)&XtStrings[1244]) 688 #endif 689 #ifndef XtCResize 690 #define XtCResize ((String)&XtStrings[1253]) 691 #endif 692 #ifndef XtCReverseVideo 693 #define XtCReverseVideo ((String)&XtStrings[1260]) 694 #endif 695 #ifndef XtCScreen 696 #define XtCScreen ((String)&XtStrings[1273]) 697 #endif 698 #ifndef XtCScrollProc 699 #define XtCScrollProc ((String)&XtStrings[1280]) 700 #endif 701 #ifndef XtCScrollDCursor 702 #define XtCScrollDCursor ((String)&XtStrings[1291]) 703 #endif 704 #ifndef XtCScrollHCursor 705 #define XtCScrollHCursor ((String)&XtStrings[1305]) 706 #endif 707 #ifndef XtCScrollLCursor 708 #define XtCScrollLCursor ((String)&XtStrings[1319]) 709 #endif 710 #ifndef XtCScrollRCursor 711 #define XtCScrollRCursor ((String)&XtStrings[1333]) 712 #endif 713 #ifndef XtCScrollUCursor 714 #define XtCScrollUCursor ((String)&XtStrings[1347]) 715 #endif 716 #ifndef XtCScrollVCursor 717 #define XtCScrollVCursor ((String)&XtStrings[1361]) 718 #endif 719 #ifndef XtCSelection 720 #define XtCSelection ((String)&XtStrings[1375]) 721 #endif 722 #ifndef XtCSensitive 723 #define XtCSensitive ((String)&XtStrings[1385]) 724 #endif 725 #ifndef XtCSelectionArray 726 #define XtCSelectionArray ((String)&XtStrings[1395]) 727 #endif 728 #ifndef XtCSpace 729 #define XtCSpace ((String)&XtStrings[1410]) 730 #endif 731 #ifndef XtCString 732 #define XtCString ((String)&XtStrings[1416]) 733 #endif 734 #ifndef XtCTextOptions 735 #define XtCTextOptions ((String)&XtStrings[1423]) 736 #endif 737 #ifndef XtCTextPosition 738 #define XtCTextPosition ((String)&XtStrings[1435]) 739 #endif 740 #ifndef XtCTextSink 741 #define XtCTextSink ((String)&XtStrings[1448]) 742 #endif 743 #ifndef XtCTextSource 744 #define XtCTextSource ((String)&XtStrings[1457]) 745 #endif 746 #ifndef XtCThickness 747 #define XtCThickness ((String)&XtStrings[1468]) 748 #endif 749 #ifndef XtCThumb 750 #define XtCThumb ((String)&XtStrings[1478]) 751 #endif 752 #ifndef XtCTranslations 753 #define XtCTranslations ((String)&XtStrings[1484]) 754 #endif 755 #ifndef XtCValue 756 #define XtCValue ((String)&XtStrings[1497]) 757 #endif 758 #ifndef XtCVSpace 759 #define XtCVSpace ((String)&XtStrings[1503]) 760 #endif 761 #ifndef XtCWidth 762 #define XtCWidth ((String)&XtStrings[1510]) 763 #endif 764 #ifndef XtCWindow 765 #define XtCWindow ((String)&XtStrings[1516]) 766 #endif 767 #ifndef XtCX 768 #define XtCX ((String)&XtStrings[1523]) 769 #endif 770 #ifndef XtCY 771 #define XtCY ((String)&XtStrings[1525]) 772 #endif 773 #ifndef XtRAcceleratorTable 774 #define XtRAcceleratorTable ((String)&XtStrings[1527]) 775 #endif 776 #ifndef XtRAtom 777 #define XtRAtom ((String)&XtStrings[1544]) 778 #endif 779 #ifndef XtRBitmap 780 #define XtRBitmap ((String)&XtStrings[1549]) 781 #endif 782 #ifndef XtRBool 783 #define XtRBool ((String)&XtStrings[1556]) 784 #endif 785 #ifndef XtRBoolean 786 #define XtRBoolean ((String)&XtStrings[1561]) 787 #endif 788 #ifndef XtRCallback 789 #define XtRCallback ((String)&XtStrings[1569]) 790 #endif 791 #ifndef XtRCallProc 792 #define XtRCallProc ((String)&XtStrings[1578]) 793 #endif 794 #ifndef XtRCardinal 795 #define XtRCardinal ((String)&XtStrings[1587]) 796 #endif 797 #ifndef XtRColor 798 #define XtRColor ((String)&XtStrings[1596]) 799 #endif 800 #ifndef XtRColormap 801 #define XtRColormap ((String)&XtStrings[1602]) 802 #endif 803 #ifndef XtRCursor 804 #define XtRCursor ((String)&XtStrings[1611]) 805 #endif 806 #ifndef XtRDimension 807 #define XtRDimension ((String)&XtStrings[1618]) 808 #endif 809 #ifndef XtRDisplay 810 #define XtRDisplay ((String)&XtStrings[1628]) 811 #endif 812 #ifndef XtREditMode 813 #define XtREditMode ((String)&XtStrings[1636]) 814 #endif 815 #ifndef XtREnum 816 #define XtREnum ((String)&XtStrings[1645]) 817 #endif 818 #ifndef XtRFile 819 #define XtRFile ((String)&XtStrings[1650]) 820 #endif 821 #ifndef XtRFloat 822 #define XtRFloat ((String)&XtStrings[1655]) 823 #endif 824 #ifndef XtRFont 825 #define XtRFont ((String)&XtStrings[1661]) 826 #endif 827 #ifndef XtRFontStruct 828 #define XtRFontStruct ((String)&XtStrings[1666]) 829 #endif 830 #ifndef XtRFunction 831 #define XtRFunction ((String)&XtStrings[1677]) 832 #endif 833 #ifndef XtRGeometry 834 #define XtRGeometry ((String)&XtStrings[1686]) 835 #endif 836 #ifndef XtRImmediate 837 #define XtRImmediate ((String)&XtStrings[1695]) 838 #endif 839 #ifndef XtRInitialState 840 #define XtRInitialState ((String)&XtStrings[1705]) 841 #endif 842 #ifndef XtRInt 843 #define XtRInt ((String)&XtStrings[1718]) 844 #endif 845 #ifndef XtRJustify 846 #define XtRJustify ((String)&XtStrings[1722]) 847 #endif 848 #ifndef XtRLongBoolean 849 #define XtRLongBoolean ((String)&XtStrings[1730]) 850 #endif 851 #ifndef XtRObject 852 #define XtRObject ((String)&XtStrings[1735]) 853 #endif 854 #ifndef XtROrientation 855 #define XtROrientation ((String)&XtStrings[1742]) 856 #endif 857 #ifndef XtRPixel 858 #define XtRPixel ((String)&XtStrings[1754]) 859 #endif 860 #ifndef XtRPixmap 861 #define XtRPixmap ((String)&XtStrings[1760]) 862 #endif 863 #ifndef XtRPointer 864 #define XtRPointer ((String)&XtStrings[1767]) 865 #endif 866 #ifndef XtRPosition 867 #define XtRPosition ((String)&XtStrings[1775]) 868 #endif 869 #ifndef XtRScreen 870 #define XtRScreen ((String)&XtStrings[1784]) 871 #endif 872 #ifndef XtRShort 873 #define XtRShort ((String)&XtStrings[1791]) 874 #endif 875 #ifndef XtRString 876 #define XtRString ((String)&XtStrings[1797]) 877 #endif 878 #ifndef XtRStringArray 879 #define XtRStringArray ((String)&XtStrings[1804]) 880 #endif 881 #ifndef XtRStringTable 882 #define XtRStringTable ((String)&XtStrings[1816]) 883 #endif 884 #ifndef XtRUnsignedChar 885 #define XtRUnsignedChar ((String)&XtStrings[1828]) 886 #endif 887 #ifndef XtRTranslationTable 888 #define XtRTranslationTable ((String)&XtStrings[1841]) 889 #endif 890 #ifndef XtRVisual 891 #define XtRVisual ((String)&XtStrings[1858]) 892 #endif 893 #ifndef XtRWidget 894 #define XtRWidget ((String)&XtStrings[1865]) 895 #endif 896 #ifndef XtRWidgetClass 897 #define XtRWidgetClass ((String)&XtStrings[1872]) 898 #endif 899 #ifndef XtRWidgetList 900 #define XtRWidgetList ((String)&XtStrings[1884]) 901 #endif 902 #ifndef XtRWindow 903 #define XtRWindow ((String)&XtStrings[1895]) 904 #endif 905 #ifndef XtEoff 906 #define XtEoff ((String)&XtStrings[1902]) 907 #endif 908 #ifndef XtEfalse 909 #define XtEfalse ((String)&XtStrings[1906]) 910 #endif 911 #ifndef XtEno 912 #define XtEno ((String)&XtStrings[1912]) 913 #endif 914 #ifndef XtEon 915 #define XtEon ((String)&XtStrings[1915]) 916 #endif 917 #ifndef XtEtrue 918 #define XtEtrue ((String)&XtStrings[1918]) 919 #endif 920 #ifndef XtEyes 921 #define XtEyes ((String)&XtStrings[1923]) 922 #endif 923 #ifndef XtEvertical 924 #define XtEvertical ((String)&XtStrings[1927]) 925 #endif 926 #ifndef XtEhorizontal 927 #define XtEhorizontal ((String)&XtStrings[1936]) 928 #endif 929 #ifndef XtEtextRead 930 #define XtEtextRead ((String)&XtStrings[1947]) 931 #endif 932 #ifndef XtEtextAppend 933 #define XtEtextAppend ((String)&XtStrings[1952]) 934 #endif 935 #ifndef XtEtextEdit 936 #define XtEtextEdit ((String)&XtStrings[1959]) 937 #endif 938 #ifndef XtExtdefaultbackground 939 #define XtExtdefaultbackground ((String)&XtStrings[1964]) 940 #endif 941 #ifndef XtExtdefaultforeground 942 #define XtExtdefaultforeground ((String)&XtStrings[1984]) 943 #endif 944 #ifndef XtExtdefaultfont 945 #define XtExtdefaultfont ((String)&XtStrings[2004]) 946 #endif 947 #ifndef XtNfontSet 948 #define XtNfontSet ((String)&XtStrings[2018]) 949 #endif 950 #ifndef XtRFontSet 951 #define XtRFontSet ((String)&XtStrings[2026]) 952 #endif 953 #ifndef XtCFontSet 954 #define XtCFontSet ((String)&XtStrings[2034]) 955 #endif 956 #ifndef XtRGravity 957 #define XtRGravity ((String)&XtStrings[2042]) 958 #endif 959 #ifndef XtNcreateHook 960 #define XtNcreateHook ((String)&XtStrings[2050]) 961 #endif 962 #ifndef XtNchangeHook 963 #define XtNchangeHook ((String)&XtStrings[2061]) 964 #endif 965 #ifndef XtNconfigureHook 966 #define XtNconfigureHook ((String)&XtStrings[2072]) 967 #endif 968 #ifndef XtNgeometryHook 969 #define XtNgeometryHook ((String)&XtStrings[2086]) 970 #endif 971 #ifndef XtNdestroyHook 972 #define XtNdestroyHook ((String)&XtStrings[2099]) 973 #endif 974 #ifndef XtNshells 975 #define XtNshells ((String)&XtStrings[2111]) 976 #endif 977 #ifndef XtNnumShells 978 #define XtNnumShells ((String)&XtStrings[2118]) 979 #endif 980 #ifndef XtRCommandArgArray 981 #define XtRCommandArgArray ((String)&XtStrings[2128]) 982 #endif 983 #ifndef XtRDirectoryString 984 #define XtRDirectoryString ((String)&XtStrings[2144]) 985 #endif 986 #ifndef XtREnvironmentArray 987 #define XtREnvironmentArray ((String)&XtStrings[2160]) 988 #endif 989 #ifndef XtRRestartStyle 990 #define XtRRestartStyle ((String)&XtStrings[2177]) 991 #endif 992 #ifndef XtRSmcConn 993 #define XtRSmcConn ((String)&XtStrings[2190]) 994 #endif 995 #ifndef XtHcreate 996 #define XtHcreate ((String)&XtStrings[2198]) 997 #endif 998 #ifndef XtHsetValues 999 #define XtHsetValues ((String)&XtStrings[2207]) 1000 #endif 1001 #ifndef XtHmanageChildren 1002 #define XtHmanageChildren ((String)&XtStrings[2219]) 1003 #endif 1004 #ifndef XtHunmanageChildren 1005 #define XtHunmanageChildren ((String)&XtStrings[2236]) 1006 #endif 1007 #ifndef XtHmanageSet 1008 #define XtHmanageSet ((String)&XtStrings[2255]) 1009 #endif 1010 #ifndef XtHunmanageSet 1011 #define XtHunmanageSet ((String)&XtStrings[2267]) 1012 #endif 1013 #ifndef XtHrealizeWidget 1014 #define XtHrealizeWidget ((String)&XtStrings[2281]) 1015 #endif 1016 #ifndef XtHunrealizeWidget 1017 #define XtHunrealizeWidget ((String)&XtStrings[2297]) 1018 #endif 1019 #ifndef XtHaddCallback 1020 #define XtHaddCallback ((String)&XtStrings[2315]) 1021 #endif 1022 #ifndef XtHaddCallbacks 1023 #define XtHaddCallbacks ((String)&XtStrings[2329]) 1024 #endif 1025 #ifndef XtHremoveCallback 1026 #define XtHremoveCallback ((String)&XtStrings[2344]) 1027 #endif 1028 #ifndef XtHremoveCallbacks 1029 #define XtHremoveCallbacks ((String)&XtStrings[2361]) 1030 #endif 1031 #ifndef XtHremoveAllCallbacks 1032 #define XtHremoveAllCallbacks ((String)&XtStrings[2379]) 1033 #endif 1034 #ifndef XtHaugmentTranslations 1035 #define XtHaugmentTranslations ((String)&XtStrings[2400]) 1036 #endif 1037 #ifndef XtHoverrideTranslations 1038 #define XtHoverrideTranslations ((String)&XtStrings[2422]) 1039 #endif 1040 #ifndef XtHuninstallTranslations 1041 #define XtHuninstallTranslations ((String)&XtStrings[2445]) 1042 #endif 1043 #ifndef XtHsetKeyboardFocus 1044 #define XtHsetKeyboardFocus ((String)&XtStrings[2469]) 1045 #endif 1046 #ifndef XtHsetWMColormapWindows 1047 #define XtHsetWMColormapWindows ((String)&XtStrings[2488]) 1048 #endif 1049 #ifndef XtHsetMappedWhenManaged 1050 #define XtHsetMappedWhenManaged ((String)&XtStrings[2511]) 1051 #endif 1052 #ifndef XtHmapWidget 1053 #define XtHmapWidget ((String)&XtStrings[2534]) 1054 #endif 1055 #ifndef XtHunmapWidget 1056 #define XtHunmapWidget ((String)&XtStrings[2546]) 1057 #endif 1058 #ifndef XtHpopup 1059 #define XtHpopup ((String)&XtStrings[2560]) 1060 #endif 1061 #ifndef XtHpopupSpringLoaded 1062 #define XtHpopupSpringLoaded ((String)&XtStrings[2568]) 1063 #endif 1064 #ifndef XtHpopdown 1065 #define XtHpopdown ((String)&XtStrings[2588]) 1066 #endif 1067 #ifndef XtHconfigure 1068 #define XtHconfigure ((String)&XtStrings[2598]) 1069 #endif 1070 #ifndef XtHpreGeometry 1071 #define XtHpreGeometry ((String)&XtStrings[2610]) 1072 #endif 1073 #ifndef XtHpostGeometry 1074 #define XtHpostGeometry ((String)&XtStrings[2624]) 1075 #endif 1076 #ifndef XtHdestroy 1077 #define XtHdestroy ((String)&XtStrings[2639]) 1078 #endif 1079 #endif /* XTSTRINGDEFINES */ 1080 1081 #ifndef XTSTRINGDEFINES 1082 #undef _XtStringDefs_h_Const 1083 #endif 1084 1085 #endif /* _XtStringDefs_h_ */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™