


XmStringCreateLtoR(3X)				       XmStringCreateLtoR(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggCCrreeaatteeLLttooRR - A compound string function that creates a compound
  string

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  XXmmSSttrriinngg XXmmSSttrriinnggCCrreeaatteeLLttooRR ((_t_e_x_t, _t_a_g))
       cchhaarr   **_t_e_x_t;;
       cchhaarr   **_t_a_g;;

DESCRIPTION
  XXmmSSttrriinnggCCrreeaatteeLLttooRR creates a compound	string with two	components: text and
  a font list element tag.  This function imposes the semantic of scanning
  for \\nn characters in the text.  When one is found, the text up to that
  point	is put into a segment followed by a separator component.  No final
  separator component is appended to the end of	the compound string.  The
  direction defaults to	left-to-right.	This function assumes that the encod-
  ing is single	octet rather than double octet per character of	text.

  _t_e_x_t	 Specifies a null-terminated string to be used as the text component
	 of the	compound string.

  _t_a_g	 Specifies the font list element tag to	be associated with the given
	 text.	The value XXmmFFOONNTTLLIISSTT__DDEEFFAAUULLTT__TTAAGG identifies a locale text
	 segment.

RETURN VALUE
  Returns a new	compound string.

RELATED	INFORMATION
  XXmmSSttrriinnggCCrreeaattee((33XX)).

























