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