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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmStringInitContext  --	A compound string function that	creates	a data
       structure for scanning an XmString component by component

SYNOPSIS
       #include	<Xm/Xm.h>
       Boolean XmStringInitContext(
       XmStringContext * context,
       XmString	string);

DESCRIPTION
       XmStringInitContext creates a context to	allow applications to read out
       the  contents  of  a compound string component by component.  A Boolean
       status is returned to indicate that the context could  not  be  inital-
       ized.

       If  the function	returns	True, the function will	allocate space to hold
       the returned context. The application is	responsible for	 managing  the
       allocated   space.   The	  memory  can  be  recovered  by  calling  Xm-
       StringFreeContext.

       context	 Specifies a pointer to	the allocated context

       string	 Specifies the string

RETURN
       Returns True if the context was allocated

RELATED
       XmStringCreate(3).

							XmStringInitContext(3)

NAME | SYNOPSIS | DESCRIPTION | RETURN | RELATED

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringInitContext&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>

home | help