X Version 11 (Release 6.1)
XmuCvtStringToJustify(X3xmu)
XmuCvtStringToJustify --
convert string to XtJustify value
Synopsis
cc . . . -lXmu
#include <X11/Xmu/Converters.h>
void XmuCvtStringToJustify(args, num_args, fromVal, toVal)
XrmValuePtr *args;
Cardinal *num_args;
XrmValuePtr fromVal;
XrmValuePtr toVal;
Arguments
args-
Argument ignored.
num_args-
Argument ignored.
fromVal-
Specifies the string to convert.
toVal-
Returns the converted value.
Description
The XmuCvtStringToJustify
function converts a string to an
XtJustify
enumeration value.
The string left converts to
XtJustifyLeft,
center converts to
XtJustifyCenter,
and right converts to
XtJustifyRight.
The case of the string does not matter. To use this converter,
include the following in your widget's ClassInitialize
procedure:
XtAddConverter(XtRString, XtRJustify,
XmuCvtStringToJustify, NULL, 0);
References
XmuCvtFunctionToCallback(X3xmu),
XmuCvtStringToBackingStore(X3xmu),
XmuCvtStringToColorCursor(X3xmu),
XmuCvtStringToCursor(X3xmu),
XmuCvtStringToGravity(X3xmu),
XmuCvtStringToLong(X3xmu),
XmuCvtStringToOrientation(X3xmu),
XmuCvtStringToShapeStyle(X3xmu),
XmuNewCvtStringToWidget(X3xmu),
XmuReshapeWidget(X3xmu),
XmuCvtStringToWidget(X3xmu)
Xlib - C Language X Interface
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004