[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Programmer's Reference
XmStringDirection
Data type for the direction of display in a string
Format
#include <Xm/Xm.h>
DESCRIPTION
XmStringDirection is the data type for specifying the direction in which
the system displays characters of a string, or characters of a segment of a
compound string. This is an enumeration with three possible values:
XmSTRING_DIRECTION_L_TO_RSpecifies left to right display
XmSTRING_DIRECTION_R_TO_LSpecifies right to left display
XmSTRING_DIRECTION_DEFAULTSpecifies that the display direction will be set by the widget in which
the compound string is to be displayed.
RELATED
XmString
(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]