![]() |
![]()
| ![]() |
![]()
NAMEXmStringDirectionCreate — A compound string function that creates a compound string SYNOPSIS#include <Xm/Xm.h> XmString XmStringDirectionCreate( XmStringDirection direction); DESCRIPTIONXmStringDirectionCreate 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.
RETURNReturns a new compound string. RELATEDXmStringCreate(3).
|