XmStringDirectionToDirectiUNIXXSyXmStringDirectionToDirection(3X)
NAME
XmStringDirectionToDirection - A function that converts from
XmStringDirection to XmDirection
SYNOPSIS
#include <Xm/Xm.h>
XmDirection XmStringDirectionToDirection(
XmStringDirection direction);
VERSION
This page documents Motif 2.1.
DESCRIPTION
XmStringDirectionToDirection converts the specified
XmStringDirectiondirection value to its equivalent
XmDirection value. This function provides backward
compatibility with the XmStringDirection data type.
direction Specifies the XmStringDirection value to be
converted.
RETURN
Returns the following XmDirection values:
XmLEFTTORIGHT
If the direction argument is
XmSTRINGDIRECTIONLTOR.
XmRIGHTTOLEFT
If the direction argument is
XmSTRINGDIRECTIONRTOL.
XmDEFAULTDIRECTION
If the direction argument was not either of the
above.
RELATED INFORMATION
XmStringDirection(3) and XmDirection(3).
Page 1 (printed 1/22/99)