XmStringSeparatorCreate

Langue: en

Version: 180417 (CentOS - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

XmStringSeparatorCreate --- A compound string function that creates a compound string

SYNOPSIS

 #include <Xm/Xm.h>
 XmString XmStringSeparatorCreate(void)
 

DESCRIPTION

XmStringSeparatorCreate creates a compound string with a single component, a separator.

RETURN

Returns a new compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.

XmStringCreate(3).