Query: xmstringdirectioncreate
OS: redhat
Section: 3
Links: redhat man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmStringDirectionCreate(library call) XmStringDirectionCreate(library call)NAMEXmStringDirectionCreate -- A compound string function that creates a compound stringSYNOPSIS#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. direction Specifies the value of the direction component. The possible values are: 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.RETURNReturns a new compound string.RELATEDXmStringCreate(3). XmStringDirectionCreate(library call)
Related Man Pages |
---|
xmstring(3) - redhat |
xmstring(3) - centos |
xmstringcreate(3) - centos |
xmstringsegmentcreate(3) - hpux |
xmstringcreate(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
Tar Command |
About TODO |
Issue with events occuring in DST window |