XmStringDirectionCreate
A compound string function that creates a compound string "XmStringDirectionCreate" "compound string functions" "XmStringDirectionCreate"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A compound string function that creates a compound string "XmStringDirectionCreate" "compound string functions" "XmStringDirectionCreate"
#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.
Returns a new compound string.