XmStringDirection(Xm) 6 January 1993 XmStringDirection(Xm) Name XmStringDirection - data type for the direction of display in a string Syntax #include <Xm/Xm.h> Description XmStringDirection is the data type for specifying the direction in which the system displays characters of a string, or characters of a segment of a compound string. This is an enumeration with two possible values: + XmSTRINGDIRECTIONLTOR -- specifies left to right display + XmSTRINGDIRECTIONRTOL -- specifies right to left display See also XmString(Xm)