FreeBSD Manual Pages
XmtConvertStringToBitmap(3)Library Functions ManualXmtConvertStringToBitmap(3) NAME XmtConvertStringTo_Type_ - ``new style'' Xt resource converters for various types. SYNOPSIS #include <Xmt/Converters.h> Boolean XmtConvertStringToBitmap(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToBitmask(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToCallback(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToColorTable(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToPixel(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToPixmap(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToPixmapList(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToStringList(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToWidget(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToXmFontList(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToXmString(dpy, args, num_args, from, to, data) Boolean XmtConvertStringToXmtMenuItems(dpy, args, num_args, from, to, data) Display *dpy; XrmValue *args; Cardinal *num_args; XrmValue *from, *to; XtPointer *data; ARGUMENTS INPUTS dpy The Display for the conversion. args An array of arguments for the converter. num_args The number of elements in args. from The address and size of the value to convert. to The address and size of memory in which the converted value is to be stored. OUTPUTS to Returns the actual address at which the converted value was stored, and the actual number of bytes it occupies. data Arbitrary data returned by the converter for use with the resource caching mechanism. RETURNS True for successful conversion; False otherwise. DESCRIPTION These functions are the various resource converters used by the Xmt library. They are all of type XtTypeConverter-``new style'' resource converters, designed to be registered with XtSetTypeXtConverter(). Note that these functions should never be called directly-they should be registered with the Xt resource manager, and invoked when a resource conversion is requested. USAGE The easiest way to register these type converters is to use the regis- tration functions that Xmt provides. These functions all have names of the form XmtRegister_Type_Converter(). SEE ALSO Converter(), XtTypeConverter(). Xmt Motif Tools XmtConvertStringToBitmap(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | USAGE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XmtConvertStringToBitmap&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>