


XmStringEmpty(3X)					    XmStringEmpty(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggEEmmppttyy	- A compound string function that provides information on the
  existence of non-zero	length text components

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gEEmmppttyy	((_s_1))
       XXmmSSttrriinngg	 _s_1;;

DESCRIPTION
  XXmmSSttrriinnggEEmmppttyy	returns	a Boolean value	indicating whether any non-zero
  length text components exist in the provided compound	string.	 It returns
  True if there	are no text segments in	the string.  If	this routine is
  passed NULL as the string, it	returns	True.

  _s_1	 Specifies the compound	string

RETURN VALUE
  Returns True if there	are no text segments in	the string.  If	this routine
  is passed NULL as the	string,	it returns True.

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

































