1XmStringDirection(library call) XmStringDirection(library call)
2
3
4
6 XmStringDirection — Data type for the direction of display in a string
7
9 #include <Xm/Xm.h>
10
12 XmStringDirection is the data type for specifying the direction in
13 which the system displays characters of a string, or characters of a
14 segment of a compound string. This is an enumeration with three possi‐
15 ble values:
16
17 XmSTRING_DIRECTION_L_TO_R
18 Specifies left to right display
19
20 XmSTRING_DIRECTION_R_TO_L
21 Specifies right to left display
22
23 XmSTRING_DIRECTION_DEFAULT
24 Specifies that the display direction will be set by the wid‐
25 get in which the compound string is to be displayed.
26
28 XmString(3).
29
30
31
32 XmStringDirection(library call)