XmStringDirectionCreate(library call) XmStringDirectionCreate(library call)

XmStringDirectionCreate — A compound string function that creates a compound string

#include <Xm/Xm.h>
XmString XmStringDirectionCreate(
XmStringDirection direction);

XmStringDirectionCreate creates a compound string with a single component, a direction with the given value. When the application no longer needs the returned compound string, the application should call XmStringFree.

Specifies the value of the direction component. The possible values are:
Specifies left to right display.
Specifies right to left display.
Specifies that the display direction will be set by the widget in which the compound string is to be displayed.

Returns a new compound string.

XmStringCreate(3).