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

FreeBSD Manual Pages

  
 
  

home | help
XmStringDi...oDirection(3) Library Functions Manual XmStringDi...oDirection(3)

NAME
       XmStringDirectionToDirection  --	 A  function  that  converts  from Xm-
       StringDirection to XmDirection

SYNOPSIS
       #include	<Xm/Xm.h>
       XmDirection XmStringDirectionToDirection(
       XmStringDirection direction);

DESCRIPTION
       XmStringDirectionToDirection converts the  specified  XmStringDirection
       direction value to its equivalent XmDirection value. This function pro-
       vides backward compatibility with the XmStringDirection data type.

       direction Specifies the XmStringDirection value to be converted.

RETURN
       Returns the following XmDirection values:

       XmLEFT_TO_RIGHT
		 If the	direction argument is XmSTRING_DIRECTION_L_TO_R.

       XmRIGHT_TO_LEFT
		 If the	direction argument is XmSTRING_DIRECTION_R_TO_L.

       XmDEFAULT_DIRECTION
		 If the	direction argument was not either of the above.

RELATED	INFORMATION
       XmStringDirection(3) and	XmDirection(3).

						    XmStringDi...oDirection(3)

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

home | help