Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtDisplaySt(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppWarningMsg(1)

XtAppErrorMsg(1)

 

Name

XtDisplayStringConversionWarning — issue a warning message during conversion of string resource values. 

Synopsis

void XtDisplayStringConversionWarning(display, from_value, to_type)

      Display ∗display;
      String from_value, to_type;

Arguments

displaySpecifies the display connection with which the conversion is associated. 

from_value
Specifies the string that could not be converted.

to_typeSpecifies the target representation type requested. 

Description

XtDisplayStringConversionWarning issues a warning message using XtAppWarningMsg with name set to conversionError, type set to string, class set to XtToolkitError and the default message string set to:

"Cannot convert from_value to type to_type"

To issue other types of warning or error messages, the type converter should use XtAppWarningMsg or XtAppErrorMsg. 

See Also

XtAppWarningMsg(1), XtAppErrorMsg(1). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026