XmCvtStringToUnitType(3X) SDK X11 R4.11MU05 XmCvtStringToUnitType(3X)
NAME
XmCvtStringToUnitType--A function that converts a string to a unit-
type value
SYNOPSIS
#include <Xm/Xm.h>
void XmCvtStringToUnitType (args, numargs, fromval, toval)
XrmValuePtrargs;
Cardinal * numargs;
XrmValue * fromval;
XrmValue * toval;
DESCRIPTION
XmCvtStringToUnitType converts a string to a unit type. Refer to the
man pages for XmGadget, XmManager, or XmPrimitive for a description
of the valid unit types. Use of this function as a resource
converter is obsolete. It has been replaced by a new resource
converter that uses the RepType facility.
args Specifies a list of additional XrmValue arguments to the
converter if additional context is needed to perform the
conversion. For example, the string-to-font converter needs
the widget's screen and the string-to-pixel converter needs
the widget's screen and color map. This argument is often
NULL.
numargs
Specifies the number of additional XrmValue arguments. This
argument is often zero.
fromval
Specifies the value to convert
toval Specifies the descriptor to use to return the converted value
RELATED INFORMATION
XmGadget(3X), XmManager(3X), and XmPrimitive(3X).
Licensed material--property of copyright holder(s)