Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringDirectionCreate(3) Library Functions Manual XmStringDirectionCreate(3)

NAME
       XmStringDirectionCreate	--  A  compound	string function	that creates a
       compound	string

SYNOPSIS
       #include	<Xm/Xm.h>
       XmString	XmStringDirectionCreate(
       XmStringDirection direction);

DESCRIPTION
       XmStringDirectionCreate creates a compound string with a	single	compo-
       nent, a direction with the given	value.	When the application no	longer
       needs  the  returned  compound  string, the application should call Xm-
       StringFree.

       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.

RETURN
       Returns a new compound string.

RELATED
       XmStringCreate(3).

						    XmStringDirectionCreate(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringDirectionCreate&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help