1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> 3 4<appendix id='Intrinsics_Error_Messages'> 5<title>Intrinsics Error Messages</title> 6 7<para> 8All Intrinsics errors and warnings have class 9“XtToolkitError”. 10The following two tables summarize the common errors and warnings that can be 11generated by the Intrinsics. 12Additional implementation-dependent messages are permitted. 13Error Messages 14</para> 15 16<informaltable frame='topbot'> 17 <?dbfo keep-together="auto" ?> 18 <tgroup cols='3' align='left' rowsep='0' colsep='0'> 19 <colspec colwidth='1.0*' colname='c1'/> 20 <colspec colwidth='1.0*' colname='c2'/> 21 <colspec colwidth='1.0*' colname='c3'/> 22 <thead> 23 <row rowsep='1'> 24 <entry>Name</entry> 25 <entry>Type</entry> 26 <entry>Default Message</entry> 27 </row> 28 </thead> 29 <tbody> 30 <row> 31 <entry>allocError</entry> 32 <entry>calloc</entry> 33 <entry>Cannot perform calloc</entry> 34 </row> 35 <row> 36 <entry>allocError</entry> 37 <entry>malloc</entry> 38 <entry>Cannot perform malloc</entry> 39 </row> 40 <row> 41 <entry>allocError</entry> 42 <entry>realloc</entry> 43 <entry>Cannot perform realloc</entry> 44 </row> 45 <row> 46 <entry>internalError</entry> 47 <entry>xtMakeGeometryRequest</entry> 48 <entry>internal error; ShellClassExtension is NULL</entry> 49 </row> 50 <row> 51 <entry>invalidArgCount</entry> 52 <entry>xtGetValues</entry> 53 <entry>Argument count > 0 on NULL argument list in XtGetValues</entry> 54 </row> 55 <row> 56 <entry>invalidArgCount</entry> 57 <entry>xtSetValues</entry> 58 <entry>Argument count > 0 on NULL argument list in XtSetValues</entry> 59 </row> 60 <row> 61 <entry>invalidClass</entry> 62 <entry>applicationShellInsertChild</entry> 63 <entry>ApplicationShell does not accept RectObj children; ignored</entry> 64 </row> 65 <row> 66 <entry>invalidClass</entry> 67 <entry>constraintSetValue</entry> 68 <entry>Subclass of Constraint required in CallConstraintSetValues</entry> 69 </row> 70 <row> 71 <entry>invalidClass</entry> 72 <entry>xtAppCreateShell</entry> 73 <entry>XtAppCreateShell requires non-NULL widget class</entry> 74 </row> 75 <row> 76 <entry>invalidClass</entry> 77 <entry>xtCreatePopupShell</entry> 78 <entry>XtCreatePopupShell requires non-NULL widget class</entry> 79 </row> 80 <row> 81 <entry>invalidClass</entry> 82 <entry>xtCreateWidget</entry> 83 <entry>XtCreateWidget requires non-NULL widget class</entry> 84 </row> 85 <row> 86 <entry>invalidClass</entry> 87 <entry>xtPopdown</entry> 88 <entry>XtPopdown requires a subclass of shellWidgetClass</entry> 89 </row> 90 <row> 91 <entry>invalidClass</entry> 92 <entry>xtPopup</entry> 93 <entry>XtPopup requires a subclass of shellWidgetClass</entry> 94 </row> 95 <row> 96 <entry>invalidDimension</entry> 97 <entry>xtCreateWindow</entry> 98 <entry>Widget %s has zero width and/or height</entry> 99 </row> 100 <row> 101 <entry>invalidDimension</entry> 102 <entry>shellRealize</entry> 103 <entry>Shell widget %s has zero width and/or height</entry> 104 </row> 105 <row> 106 <entry>invalidDisplay</entry> 107 <entry>xtInitialize</entry> 108 <entry>Can't open display: %s</entry> 109 </row> 110 <row> 111 <entry>invalidGetValues</entry> 112 <entry>xtGetValues</entry> 113 <entry>NULL ArgVal in XtGetValues</entry> 114 </row> 115 <row> 116 <entry>invalidExtension</entry> 117 <entry>shellClassPartInitialize</entry> 118 <entry>widget class %s has invalid ShellClassExtension record</entry> 119 </row> 120 <row> 121 <entry>invalidExtension</entry> 122 <entry>xtMakeGeometryRequest</entry> 123 <entry>widget class %s has invalid ShellClassExtension record</entry> 124 </row> 125 <row> 126 <entry>invalidGeometryManager</entry> 127 <entry>xtMakeGeometryRequest</entry> 128 <entry>XtMakeGeometryRequest - parent has no geometry manager</entry> 129 </row> 130 <row> 131 <entry>invalidParameter</entry> 132 <entry>xtAddInput</entry> 133 <entry>invalid condition passed to XtAddInput</entry> 134 </row> 135 <row> 136 <entry>invalidParameter</entry> 137 <entry>xtAddInput</entry> 138 <entry>invalid condition passed to XtAppAddInput</entry> 139 </row> 140 <row> 141 <entry>invalidParent</entry> 142 <entry>xtChangeManagedSet</entry> 143 <entry>Attempt to manage a child when parent is not Composite</entry> 144 </row> 145 <row> 146 <entry>invalidParent</entry> 147 <entry>xtChangeManagedSet</entry> 148 <entry>Attempt to unmanage a child when parent is not Composite</entry> 149 </row> 150 <row> 151 <entry>invalidParent</entry> 152 <entry>xtCreatePopupShell</entry> 153 <entry>XtCreatePopupShell requires non-NULL parent</entry> 154 </row> 155 <row> 156 <entry>invalidParent</entry> 157 <entry>xtCreateWidget</entry> 158 <entry>XtCreateWidget requires non-NULL parent</entry> 159 </row> 160 <row> 161 <entry>invalidParent</entry> 162 <entry>xtMakeGeometryRequest</entry> 163 <entry>non-shell has no parent in XtMakeGeometryRequest</entry> 164 </row> 165 <row> 166 <entry>invalidParent</entry> 167 <entry>xtMakeGeometryRequest</entry> 168 <entry>XtMakeGeometryRequest - parent not composite</entry> 169 </row> 170 <row> 171 <entry>invalidParent</entry> 172 <entry>xtManageChildren</entry> 173 <entry>Attempt to manage a child when parent is not Composite</entry> 174 </row> 175 <row> 176 <entry>invalidParent</entry> 177 <entry>xtUnmanageChildren</entry> 178 <entry>Attempt to unmanage a child when parent is not Composite</entry> 179 </row> 180 <row> 181 <entry>invalidProcedure</entry> 182 <entry>inheritanceProc</entry> 183 <entry>Unresolved inheritance operation</entry> 184 </row> 185 <row> 186 <entry>invalidProcedure</entry> 187 <entry>realizeProc</entry> 188 <entry>No realize class procedure defined</entry> 189 </row> 190 <row> 191 <entry>invalidWindow</entry> 192 <entry>eventHandler</entry> 193 <entry>Event with wrong window</entry> 194 </row> 195 <row> 196 <entry>missingWidget</entry> 197 <entry>fetchDisplayArg</entry> 198 <entry>FetchDisplayArg called without a widget to reference</entry> 199 </row> 200 <row> 201 <entry>nonWidget</entry> 202 <entry>xtCreateWidget</entry> 203 <entry>attempt to add non-widget child "%s" to parent "%s" which supports only widgets</entry> 204 </row> 205 <row> 206 <entry>noPerDisplay</entry> 207 <entry>closeDisplay</entry> 208 <entry>Couldn't find per display information</entry> 209 </row> 210 <row> 211 <entry>noPerDisplay</entry> 212 <entry>getPerDisplay</entry> 213 <entry>Couldn't find per display information</entry> 214 </row> 215 <row> 216 <entry>noSelectionProperties</entry> 217 <entry>freeSelectionProperty</entry> 218 <entry>internal error: no selection property context for display</entry> 219 </row> 220 <row> 221 <entry>noWidgetAncestor</entry> 222 <entry>windowedAncestor</entry> 223 <entry>Object "%s" does not have windowed ancestor</entry> 224 </row> 225 <row> 226 <entry>nullDisplay</entry> 227 <entry>xtRegisterExtensionSelector</entry> 228 <entry>XtRegisterExtensionSelector requires a non-NULL display</entry> 229 </row> 230 <row> 231 <entry>nullProc</entry> 232 <entry>insertChild</entry> 233 <entry>"%s" parent has NULL insert_child method</entry> 234 </row> 235 <row> 236 <entry>r2versionMismatch</entry> 237 <entry>widget</entry> 238 <entry>Widget class %s must be re-compiled.</entry> 239 </row> 240 <row> 241 <entry>R3versionMismatch</entry> 242 <entry>widget</entry> 243 <entry>Widget class %s must be re-compiled.</entry> 244 </row> 245 <row> 246 <entry>R4orR5versionMismatch</entry> 247 <entry>widget</entry> 248 <entry>Widget class %s must be re-compiled.</entry> 249 </row> 250 <row> 251 <entry>rangeError</entry> 252 <entry>xtRegisterExtensionSelector</entry> 253 <entry>Attempt to register multiple selectors for one extension event type</entry> 254 </row> 255 <row> 256 <entry>sessionManagement</entry> 257 <entry>SmcOpenConnection</entry> 258 <entry>Tried to connect to session manager, %s</entry> 259 </row> 260 <row> 261 <entry>subclassMismatch</entry> 262 <entry>xtCheckSubclass</entry> 263 <entry>Widget class %s found when subclass of %s expected: %s</entry> 264 </row> 265 </tbody> 266 </tgroup> 267</informaltable> 268 269<para><emphasis role='strong'>Warning Messages</emphasis></para> 270 271<informaltable frame='topbot'> 272 <?dbfo keep-together="auto" ?> 273 <tgroup cols='3' align='left' colsep='0' rowsep='0'> 274 <colspec colwidth='1.0*' colname='c1'/> 275 <colspec colwidth='1.0*' colname='c2'/> 276 <colspec colwidth='1.0*' colname='c3'/> 277 <thead> 278 <row rowsep='1'> 279 <entry>Name</entry> 280 <entry>Type</entry> 281 <entry>Default Message</entry> 282 </row> 283 </thead> 284 <tbody> 285 <row> 286 <entry>ambiguousParent</entry> 287 <entry>xtChangeManagedSet</entry> 288 <entry>Not all children have same parent</entry> 289 </row> 290 <row> 291 <entry>ambiguousParent</entry> 292 <entry>xtManageChildren</entry> 293 <entry>Not all children have same parent in XtManageChildren</entry> 294 </row> 295 <row> 296 <entry>ambiguousParent</entry> 297 <entry>xtUnmanageChildren</entry> 298 <entry>Not all children have same parent in XtUnmanageChildren</entry> 299 </row> 300 <row> 301 <entry>badFormat</entry> 302 <entry>xtGetSelectionValue</entry> 303 <entry>Selection owner returned type INCR property with format != 32</entry> 304 </row> 305 <row> 306 <entry>badGeometry</entry> 307 <entry>shellRealize</entry> 308 <entry>Shell widget "%s" has an invalid geometry specification: "%s"</entry> 309 </row> 310 <row> 311 <entry>badValue</entry> 312 <entry>cvtStringToPixel</entry> 313 <entry>Color name "%s" is not defined</entry> 314 </row> 315 <row> 316 <entry>communicationError</entry> 317 <entry>select</entry> 318 <entry>Select failed; error code %s</entry> 319 </row> 320 <row> 321 <entry>conversionError</entry> 322 <entry>string</entry> 323 <entry>Cannot convert string "%s" to type %s</entry> 324 </row> 325 <row> 326 <entry>conversionError</entry> 327 <entry>stringToVisual</entry> 328 <entry>Cannot find Visual of class %s for display %s</entry> 329 </row> 330 <row> 331 <entry>conversionFailed</entry> 332 <entry>xtConvertVarToArgList</entry> 333 <entry>Type conversion failed</entry> 334 </row> 335 <row> 336 <entry>conversionFailed</entry> 337 <entry>xtGetTypedArg</entry> 338 <entry>Type conversion (%s to %s) failed for widget '%s'</entry> 339 </row> 340 <row> 341 <entry>displayError</entry> 342 <entry>invalidDisplay</entry> 343 <entry>Can't find display structure</entry> 344 </row> 345 <row> 346 <entry>grabError</entry> 347 <entry>xtAddGrab</entry> 348 <entry>XtAddGrab requires exclusive grab if spring_loaded is TRUE</entry> 349 </row> 350 <row> 351 <entry>grabError</entry> 352 <entry>xtRemoveGrab</entry> 353 <entry>XtRemoveGrab asked to remove a widget not on the list</entry> 354 </row> 355 <row> 356 <entry>initializationError</entry> 357 <entry>xtInitialize</entry> 358 <entry>Initializing Resource Lists twice</entry> 359 </row> 360 <row> 361 <entry>insufficientSpace</entry> 362 <entry>xtGetTypedArg</entry> 363 <entry>Insufficient space for converted type '%s' in widget '%s'</entry> 364 </row> 365 <row> 366 <entry>internalError</entry> 367 <entry>shell</entry> 368 <entry>Shell's window manager interaction is broken</entry> 369 </row> 370 <row> 371 <entry>invalidAddressMode</entry> 372 <entry>computeArgs</entry> 373 <entry>Conversion arguments for widget '%s' contain an unsupported address mode</entry> 374 </row> 375 <row> 376 <entry>invalidArgCount</entry> 377 <entry>getResources</entry> 378 <entry>argument count > 0 on NULL argument list</entry> 379 </row> 380 <row> 381 <entry>invalidCallbackList</entry> 382 <entry>xtAddCallback</entry> 383 <entry>Cannot find callback list in XtAddCallback</entry> 384 </row> 385 <row> 386 <entry>invalidCallbackList</entry> 387 <entry>xtAddCallback</entry> 388 <entry>Cannot find callback list in XtAddCallbacks</entry> 389 </row> 390 <row> 391 <entry>invalidCallbackList</entry> 392 <entry>xtCallCallback</entry> 393 <entry>Cannot find callback list in XtCallCallbacks</entry> 394 </row> 395 <row> 396 <entry>invalidCallbackList</entry> 397 <entry>xtRemoveAllCallback</entry> 398 <entry>Cannot find callback list in XtRemoveAllCallbacks</entry> 399 </row> 400 <row> 401 <entry>invalidCallbackList</entry> 402 <entry>xtRemoveCallback</entry> 403 <entry>Cannot find callback list in XtRemoveCallbacks</entry> 404 </row> 405 <row> 406 <entry>invalidChild</entry> 407 <entry>xtChangeManagedSet</entry> 408 <entry>Null child passed to UnmanageChildren</entry> 409 </row> 410 <row> 411 <entry>invalidChild</entry> 412 <entry>xtManageChildren</entry> 413 <entry>null child passed to ManageChildren</entry> 414 </row> 415 <row> 416 <entry>invalidChild</entry> 417 <entry>xtManageChildren</entry> 418 <entry>null child passed to XtManageChildren</entry> 419 </row> 420 <row> 421 <entry>invalidChild</entry> 422 <entry>xtUnmanageChildren</entry> 423 <entry>Null child passed to XtUnmanageChildren</entry> 424 </row> 425 <row> 426 <entry>invalidChild</entry> 427 <entry>xtUnmanageChildren</entry> 428 <entry>Null child found in argument list to unmanage</entry> 429 </row> 430 <row> 431 <entry>invalidDepth</entry> 432 <entry>setValues</entry> 433 <entry>Can't change widget depth</entry> 434 </row> 435 <row> 436 <entry>invalidExtension</entry> 437 <entry>xtCreateWidget</entry> 438 <entry>widget "%s" class %s has invalid CompositeClassExtension record</entry> 439 </row> 440 <row> 441 <entry>invalidExtension</entry> 442 <entry>xtCreateWidget</entry> 443 <entry>widget class %s has invalid ConstraintClassExtension record</entry> 444 </row> 445 <row> 446 <entry>invalidGrab</entry> 447 <entry>ungrabKeyOrButton</entry> 448 <entry>Attempt to remove nonexistent passive grab</entry> 449 </row> 450 <row> 451 <entry>invalidGrabKind</entry> 452 <entry>xtPopup</entry> 453 <entry>grab kind argument has invalid value; XtGrabNone assumed</entry> 454 </row> 455 <row> 456 <entry>invalidParameters</entry> 457 <entry>freeTranslations</entry> 458 <entry>Freeing XtTranslations requires no extra arguments</entry> 459 </row> 460 <row> 461 <entry>invalidParameters</entry> 462 <entry>mergeTranslations</entry> 463 <entry>MergeTM to TranslationTable needs no extra arguments</entry> 464 </row> 465 <row> 466 <entry>invalidParameters</entry> 467 <entry>xtMenuPopdown</entry> 468 <entry>XtMenuPopdown called with num_params != 0 or 1</entry> 469 </row> 470 <row> 471 <entry>invalidParameters</entry> 472 <entry>xtMenuPopupAction</entry> 473 <entry>MenuPopup wants exactly one argument</entry> 474 </row> 475 <row> 476 <entry>invalidParent</entry> 477 <entry>xtCopyFromParent</entry> 478 <entry>CopyFromParent must have non-NULL parent</entry> 479 </row> 480 <row> 481 <entry>invalidPopup</entry> 482 <entry>xtMenuPopup</entry> 483 <entry>Can't find popup widget "%s" in XtMenuPopup</entry> 484 </row> 485 <row> 486 <entry>invalidPopup</entry> 487 <entry>xtMenuPopdown</entry> 488 <entry>Can't find popup in widget "%s" in XtMenuPopdown</entry> 489 </row> 490 <row> 491 <entry>invalidPopup</entry> 492 <entry>unsupportedOperation</entry> 493 <entry>Pop-up menu creation is only supported on ButtonPress, KeyPress or EnterNotify events.</entry> 494 </row> 495 <row> 496 <entry>invalidPopup</entry> 497 <entry>unsupportedOperation</entry> 498 <entry>Pop-up menu creation is only supported on Button, Key or EnterNotify events.</entry> 499 </row> 500 <row> 501 <entry>invalidProcedure</entry> 502 <entry>deleteChild</entry> 503 <entry>null delete_child procedure for class %s in XtDestroy</entry> 504 </row> 505 <row> 506 <entry>invalidProcedure</entry> 507 <entry>inputHandler</entry> 508 <entry>XtRemoveInput: Input handler not found</entry> 509 </row> 510 <row> 511 <entry>invalidProcedure</entry> 512 <entry>set_values_almost</entry> 513 <entry>set_values_almost procedure shouldn't be NULL</entry> 514 </row> 515 <row> 516 <entry>invalidResourceCount</entry> 517 <entry>getResources</entry> 518 <entry>resource count > 0 on NULL resource list</entry> 519 </row> 520 <row> 521 <entry>invalidResourceName</entry> 522 <entry>computeArgs</entry> 523 <entry>Cannot find resource name %s as argument to conversion</entry> 524 </row> 525 <row> 526 <entry>invalidShell</entry> 527 <entry>xtTranslateCoords</entry> 528 <entry>Widget has no shell ancestor</entry> 529 </row> 530 <row> 531 <entry>invalidSizeOverride</entry> 532 <entry>xtDependencies</entry> 533 <entry>Representation size %d must match superclass's to override %s</entry> 534 </row> 535 <row> 536 <entry>missingCharsetList</entry> 537 <entry>cvtStringToFontSet</entry> 538 <entry>Missing charsets in String to FontSet conversion</entry> 539 </row> 540 <row> 541 <entry>noActionProc</entry> 542 <entry>xtCallActionProc</entry> 543 <entry>No action proc named "%s" is registered for widget "%s"</entry> 544 </row> 545 <row> 546 <entry>noColormap</entry> 547 <entry>cvtStringToPixel</entry> 548 <entry>Cannot allocate colormap entry for "%s"</entry> 549 </row> 550 <row> 551 <entry>noFont</entry> 552 <entry>cvtStringToFont</entry> 553 <entry>Unable to load any usable ISO8859-1 font</entry> 554 </row> 555 <row> 556 <entry>noFont</entry> 557 <entry>cvtStringToFontSet</entry> 558 <entry>Unable to load any usable fontset</entry> 559 </row> 560 <row> 561 <entry>noFont</entry> 562 <entry>cvtStringToFontStruct</entry> 563 <entry>Unable to load any usable ISO8859-1 font</entry> 564 </row> 565 <row> 566 <entry>notInConvertSelection</entry> 567 <entry>xtGetSelectionRequest</entry> 568 <entry>XtGetSelectionRequest or XtGetSelectionParameters called for widget "%s" outside of ConvertSelection proc</entry> 569 </row> 570 <row> 571 <entry>notRectObj</entry> 572 <entry>xtChangeManagedSet</entry> 573 <entry>child "%s", class %s is not a RectObj</entry> 574 </row> 575 <row> 576 <entry>notRectObj</entry> 577 <entry>xtManageChildren</entry> 578 <entry>child "%s", class %s is not a RectObj</entry> 579 </row> 580 <row> 581 <entry>nullWidget</entry> 582 <entry>xtConvertVarToArgList</entry> 583 <entry>XtVaTypedArg conversion needs non-NULL widget handle</entry> 584 </row> 585 <row> 586 <entry>r3versionMismatch</entry> 587 <entry>widget</entry> 588 <entry>Shell Widget class %s binary compiled for R3</entry> 589 </row> 590 <row> 591 <entry>translationError</entry> 592 <entry>nullTable</entry> 593 <entry>Can't remove accelerators from NULL table</entry> 594 </row> 595 <row> 596 <entry>translationError</entry> 597 <entry>nullTable</entry> 598 <entry>Tried to remove nonexistent accelerators</entry> 599 </row> 600 <row> 601 <entry>translationError</entry> 602 <entry>ambiguousActions</entry> 603 <entry>Overriding earlier translation manager actions.</entry> 604 </row> 605 <row> 606 <entry>translationError</entry> 607 <entry>newActions</entry> 608 <entry>New actions are:%s</entry> 609 </row> 610 <row> 611 <entry>translationError</entry> 612 <entry>nullTable</entry> 613 <entry>table to (un)merge must not be null</entry> 614 </row> 615 <row> 616 <entry>translationError</entry> 617 <entry>nullTable</entry> 618 <entry>Can't translate event through NULL table</entry> 619 </row> 620 <row> 621 <entry>translationError</entry> 622 <entry>oldActions</entry> 623 <entry>Previous entry was: %s %s</entry> 624 </row> 625 <row> 626 <entry>translationError</entry> 627 <entry>unboundActions</entry> 628 <entry>Actions not found: %s</entry> 629 </row> 630 <row> 631 <entry>translationError</entry> 632 <entry>xtTranslateInitialize</entry> 633 <entry>Initializing Translation manager twice.</entry> 634 </row> 635 <row> 636 <entry>translationParseError</entry> 637 <entry>missingComma</entry> 638 <entry> ... possibly due to missing ',' in event sequence.</entry> 639 </row> 640 <row> 641 <entry>translationParseError</entry> 642 <entry>nonLatin1</entry> 643 <entry> ... probably due to non-Latin1 character in quoted string</entry> 644 </row> 645 <row> 646 <entry>translationParseError</entry> 647 <entry>parseError</entry> 648 <entry>translation table syntax error: %s</entry> 649 </row> 650 <row> 651 <entry>translationParseError</entry> 652 <entry>parseString</entry> 653 <entry>Missing '"'.</entry> 654 </row> 655 <row> 656 <entry>translationParseError</entry> 657 <entry>showLine</entry> 658 <entry> ... found while parsing '%s'</entry> 659 </row> 660 <row> 661 <entry>typeConversionError</entry> 662 <entry>noConverter</entry> 663 <entry>No type converter registered for '%s' to '%s' conversion.</entry> 664 </row> 665 <row> 666 <entry>unknownType</entry> 667 <entry>xtConvertVarToArgList</entry> 668 <entry>Unable to find type of resource for conversion</entry> 669 </row> 670 <row> 671 <entry>unknownType</entry> 672 <entry>xtGetTypedArg</entry> 673 <entry>Unable to find type of resource for conversion</entry> 674 </row> 675 <row> 676 <entry>versionMismatch</entry> 677 <entry>widget</entry> 678 <entry>Widget class %s version mismatch (recompilation needed):\\n widget %d vs. intrinsics %d.</entry> 679 </row> 680 <row> 681 <entry>wrongParameters</entry> 682 <entry>cvtIntOrPixelToXColor</entry> 683 <entry>Pixel to color conversion needs screen and colormap arguments</entry> 684 </row> 685 <row> 686 <entry>wrongParameters</entry> 687 <entry>cvtIntToBool</entry> 688 <entry>Integer to Bool conversion needs no extra arguments</entry> 689 </row> 690 <row> 691 <entry>wrongParameters</entry> 692 <entry>cvtIntToBoolean</entry> 693 <entry>Integer to Boolean conversion needs no extra arguments</entry> 694 </row> 695 <row> 696 <entry>wrongParameters</entry> 697 <entry>cvtIntToFloat</entry> 698 <entry>Integer to Float conversion needs no extra arguments</entry> 699 </row> 700 <row> 701 <entry>wrongParameters</entry> 702 <entry>cvtIntToFont</entry> 703 <entry>Integer to Font conversion needs no extra arguments</entry> 704 </row> 705 <row> 706 <entry>wrongParameters</entry> 707 <entry>cvtIntToPixel</entry> 708 <entry>Integer to Pixel conversion needs no extra arguments</entry> 709 </row> 710 <row> 711 <entry>wrongParameters</entry> 712 <entry>cvtIntToPixmap</entry> 713 <entry>Integer to Pixmap conversion needs no extra arguments</entry> 714 </row> 715 <row> 716 <entry>wrongParameters</entry> 717 <entry>cvtIntToShort</entry> 718 <entry>Integer to Short conversion needs no extra arguments</entry> 719 </row> 720 <row> 721 <entry>wrongParameters</entry> 722 <entry>cvtIntToUnsignedChar</entry> 723 <entry>Integer to UnsignedChar conversion needs no extra arguments</entry> 724 </row> 725 <row> 726 <entry>wrongParameters</entry> 727 <entry>cvtStringToAcceleratorTable</entry> 728 <entry>String to AcceleratorTable conversion needs no extra arguments</entry> 729 </row> 730 <row> 731 <entry>wrongParameters</entry> 732 <entry>cvtStringToAtom</entry> 733 <entry>String to Atom conversion needs Display argument</entry> 734 </row> 735 <row> 736 <entry>wrongParameters</entry> 737 <entry>cvtStringToBool</entry> 738 <entry>String to Bool conversion needs no extra arguments</entry> 739 </row> 740 <row> 741 <entry>wrongParameters</entry> 742 <entry>cvtStringToBoolean</entry> 743 <entry>String to Boolean conversion needs no extra arguments</entry> 744 </row> 745 <row> 746 <entry>wrongParameters</entry> 747 <entry>cvtStringToCommandArgArray</entry> 748 <entry>String to CommandArgArray conversion needs no extra arguments</entry> 749 </row> 750 <row> 751 <entry>wrongParameters</entry> 752 <entry>cvtStringToCursor</entry> 753 <entry>String to cursor conversion needs display argument</entry> 754 </row> 755 <row> 756 <entry>wrongParameters</entry> 757 <entry>cvtStringToDimension</entry> 758 <entry>String to Dimension conversion needs no extra arguments</entry> 759 </row> 760 <row> 761 <entry>wrongParameters</entry> 762 <entry>cvtStringToDirectoryString</entry> 763 <entry>String to DirectoryString conversion needs no extra arguments</entry> 764 </row> 765 <row> 766 <entry>wrongParameters</entry> 767 <entry>cvtStringToDisplay</entry> 768 <entry>String to Display conversion needs no extra arguments</entry> 769 </row> 770 <row> 771 <entry>wrongParameters</entry> 772 <entry>cvtStringToFile</entry> 773 <entry>String to File conversion needs no extra arguments</entry> 774 </row> 775 <row> 776 <entry>wrongParameters</entry> 777 <entry>cvtStringToFloat</entry> 778 <entry>String to Float conversion needs no extra arguments</entry> 779 </row> 780 <row> 781 <entry>wrongParameters</entry> 782 <entry>cvtStringToFont</entry> 783 <entry>String to font conversion needs display argument</entry> 784 </row> 785 <row> 786 <entry>wrongParameters</entry> 787 <entry>cvtStringToFontSet</entry> 788 <entry>String to FontSet conversion needs display and locale arguments</entry> 789 </row> 790 <row> 791 <entry>wrongParameters</entry> 792 <entry>cvtStringToFontStruct</entry> 793 <entry>String to font conversion needs display argument</entry> 794 </row> 795 <row> 796 <entry>wrongParameters</entry> 797 <entry>cvtStringToGravity</entry> 798 <entry>String to Gravity conversion needs no extra arguments</entry> 799 </row> 800 <row> 801 <entry>wrongParameters</entry> 802 <entry>cvtStringToInitialState</entry> 803 <entry>String to InitialState conversion needs no extra arguments</entry> 804 </row> 805 <row> 806 <entry>wrongParameters</entry> 807 <entry>cvtStringToInt</entry> 808 <entry>String to Integer conversion needs no extra arguments</entry> 809 </row> 810 <row> 811 <entry>wrongParameters</entry> 812 <entry>cvtStringToPixel</entry> 813 <entry>String to pixel conversion needs screen and colormap arguments</entry> 814 </row> 815 <row> 816 <entry>wrongParameters</entry> 817 <entry>cvtStringToRestartStyle</entry> 818 <entry>String to RestartStyle conversion needs no extra arguments</entry> 819 </row> 820 <row> 821 <entry>wrongParameters</entry> 822 <entry>cvtStringToShort</entry> 823 <entry>String to Integer conversion needs no extra arguments</entry> 824 </row> 825 <row> 826 <entry>wrongParameters</entry> 827 <entry>cvtStringToTranslationTable</entry> 828 <entry>String to TranslationTable conversion needs no extra arguments</entry> 829 </row> 830 <row> 831 <entry>wrongParameters</entry> 832 <entry>cvtStringToUnsignedChar</entry> 833 <entry>String to Integer conversion needs no extra arguments</entry> 834 </row> 835 <row> 836 <entry>wrongParameters</entry> 837 <entry>cvtStringToVisual</entry> 838 <entry>String to Visual conversion needs screen and depth arguments</entry> 839 </row> 840 <row> 841 <entry>wrongParameters</entry> 842 <entry>cvtXColorToPixel</entry> 843 <entry>Color to Pixel conversion needs no extra arguments</entry> 844 </row> 845 <row> 846 <entry>wrongParameters</entry> 847 <entry>freeCursor</entry> 848 <entry>Free Cursor requires display argument</entry> 849 </row> 850 <row> 851 <entry>wrongParameters</entry> 852 <entry>freeDirectoryString</entry> 853 <entry>Free Directory String requires no extra arguments</entry> 854 </row> 855 <row> 856 <entry>wrongParameters</entry> 857 <entry>freeFile</entry> 858 <entry>Free File requires no extra arguments</entry> 859 </row> 860 <row> 861 <entry>wrongParameters</entry> 862 <entry>freeFont</entry> 863 <entry>Free Font needs display argument</entry> 864 </row> 865 <row> 866 <entry>wrongParameters</entry> 867 <entry>freeFontSet</entry> 868 <entry>FreeFontSet needs display and locale arguments</entry> 869 </row> 870 <row> 871 <entry>wrongParameters</entry> 872 <entry>freeFontStruct</entry> 873 <entry>Free FontStruct requires display argument</entry> 874 </row> 875 <row> 876 <entry>wrongParameters</entry> 877 <entry>freePixel</entry> 878 <entry>Freeing a pixel requires screen and colormap arguments</entry> 879 </row> 880 </tbody> 881 </tgroup> 882</informaltable> 883</appendix> 884