


XmStringGetLtoR(3X)					  XmStringGetLtoR(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggGGeettLLttooRR - A compound string function that searches for a text	seg-
  ment in the input compound string

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  BBoooolleeaann XXmmSSttrriinnggGGeettLLttooRR ((_s_t_r_i_n_g, _t_a_g,	_t_e_x_t))
       XXmmSSttrriinngg	 _s_t_r_i_n_g;;
       XXmmSSttrriinnggCChhaarrSSeett_t_a_g;;
       cchhaarr	 ****_t_e_x_t;;

DESCRIPTION
  XXmmSSttrriinnggGGeettLLttooRR searches for a text segment in the input compound string
  that matches the given font list element tag.

  _s_t_r_i_n_g Specifies the compound	string.

  _t_a_g	 Specifies the font list element tag associated	with the text.	A
	 value of 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.

  _t_e_x_t	 Specifies a pointer to	a null terminated string.

RETURN VALUE
  Returns True if the matching text segment can	be found.  On return, _t_e_x_t
  will have a null terminated octet sequence containing	the matched segment.

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




























