XmuCvtStringToOrientation(X3xmu) X Version 11 (Release 6.1)
XmuCvtStringToOrientation --
convert string to XtOrientation enumeration value
Synopsis
cc . . . -lXmu
#include <X11/Xmu/Converters.h>
void XmuCvtStringToOrientation(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 XmuCvtStringToOrientation
function converts a string to an
XtOrientation
enumeration value.
The string horizontal converts to
XtorientHorizontal
and vertical converts to
XtorientVertical.
The case of the string does not matter. To use this converter,
include the following in your widget's ClassInitialize procedure:
XtAddConverter(XtRString, XtROrientation,
XmuCvtStringToOrientation, NULL, 0);
References
XmuCvtFunctionToCallback(X3xmu),
XmuCvtStringToBackingStore(X3xmu),
XmuCvtStringToColorCursor(X3xmu),
XmuCvtStringToCursor(X3xmu),
XmuCvtStringToGravity(X3xmu),
XmuCvtStringToJustify(X3xmu),
XmuCvtStringToLong(X3xmu),
XmuCvtStringToShapeStyle(X3xmu),
XmuNewCvtStringToWidget(X3xmu),
XmuReshapeWidget(X3xmu),
XmuCvtStringToWidget(X3xmu)
Xlib - C Language X Interface
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.