Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtAppAddConverter(3Xt) — BSD/386 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtConvert(3Xt)

XtStringConversionWarning(3Xt)



XtAppAddConverter(3Xt)     XT FUNCTIONS    XtAppAddConverter(3Xt)


NAME
       XtAppAddConverter - register resource converter

SYNTAX
       void XtAppAddConverter(appcontext, fromtype, totype,
       converter, convertargs, numargs)
           XtAppContext appcontext;
           String fromtype;
           String totype;
           XtConverter converter;
           XtConvertArgList convertargs;
           Cardinal numargs;

ARGUMENTS
       appcontext
                 Specifies the application context.

       converter Specifies the type converter procedure.

       convertargs
                 Specifies how to compute the additional argu-
                 ments to the converter or NULL.

       fromtype Specifies the source type.

       numargs  Specifies the number of additional arguments to
                 the converter or zero.

       totype   Specifies the destination type.

DESCRIPTION
       The XtAppAddConverter registers a the specified resource
       converter.

SEE ALSO
       XtConvert(3Xt), XtStringConversionWarning(3Xt)
       X Toolkit Intrinsics - C Language Interface
       Xlib - C Language X Interface



















X Version 11                Release 3                           1


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