logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringDirection — Data type for the direction of display in a string "XmStringDirection" "data types"

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_R
                 Specifies left to right display

       XmSTRING_DIRECTION_R_TO_L
                 Specifies right to left display

       XmSTRING_DIRECTION_DEFAULT
                 Specifies  that the display direction will be set by the widget in which the compound string is
                 to be displayed.

Name

XmStringDirection  —  Data type for the direction of display in a string "XmStringDirection" "data types"
       "XmStringDirection"

Synopsis

       #include <Xm/Xm.h>

See Also