XmStringDirectionCreate(3X) — MISCELLANEOUS LIBRARY FUNCTIONS
NAME
XmStringDirectionCreate — A compound string function that creates a compound string
SYNOPSIS
#include <Xm/Xm.h>
XmString XmStringDirectionCreate (direction) XmStringDirection direction;
DESCRIPTION
XmStringDirectionCreate creates a compound string with a single component, a direction with the given value.
directionSpecifies the value of the directional component
RETURN VALUE
Returns a new compound string.