XmStringDirectionCreate(library call) XmStringDirectionCreate(library call)
NAME [Toc] [Back]
XmStringDirectionCreate - A compound string function that creates a
compound string
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
XmString XmStringDirectionCreate(
XmStringDirection direction);
DESCRIPTION [Toc] [Back]
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.
direction Specifies the value of the direction component. The
possible values are:
XmSTRING_DIRECTION_L_TO_R [Toc] [Back]
Specifies left to right display.
XmSTRING_DIRECTION_R_TO_L [Toc] [Back]
Specifies right to left display.
XmSTRING_DIRECTION_DEFAULT [Toc] [Back]
Specifies that the display direction will be set
by the widget in which the compound string is to
be displayed.
RETURN [Toc] [Back]
Returns a new compound string.
RELATED [Toc] [Back]
XmStringCreate(3).
- 1 - Formatted: January 24, 2005 [ Back ] |