Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmuNCvStToW(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtSetTypeConverter(1)

XmuCvtFunctionToCallback(6)

XmuCvtStringToMisc(6)

 

NAME

XmuNewCvtStringToWidget − convert string to widget without caching. 

SYNOPSIS

#include <X11/Xmu/Converters> static XtConvertArgRec parentCvtArg[] = {
    {XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec,core.parent),
     sizeof(Widget)} }; XtSetTypeConverter(XtRString, XtRWidget, XmuNewCvtStringToWidget,
               parentCvtArg, XtNumber(parentCvtArg), XtCacheNone, NULL);
 

AVAILABILITY

Release 5 and later. 

DESCRIPTION

This converter is identical in functionality to XmuCvtStringToWidget, except that it is a new-style converter, allowing the specification of a cache type at the time of registration.  Most widgets will not cache the results of this converter, as the application may dynamically create and destroy widgets, which would cause cached values to become illegal. 

SEE ALSO

XtSetTypeConverter(1), XmuCvtFunctionToCallback(6), XmuCvtStringToMisc(6). 

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