|
NAMEXmtConvertStringTo<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;
ARGUMENTSINPUTS
OUTPUTS
RETURNS True for successful conversion; False otherwise. DESCRIPTIONThese 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.USAGEThe easiest way to register these type converters is to use the registration functions that Xmt provides. These functions all have names of the form XmtRegister<Type>Converter().SEE ALSOConverter(), XtTypeConverter().
Visit the GSP FreeBSD Man Page Interface. |