XmStringCreateLocalized(3XUNIX System XmStringCreateLocalized(3X)
NAME
XmStringCreateLocalized - A compound string function that
creates a compound string in the current locale
SYNOPSIS
#include <Xm/Text.h>
XmString XmStringCreateLocalized (text)
char *text;
VERSION
This page documents version 1.2 of the Motif library.
DESCRIPTION
XmStringCreateLocalized creates a compound string containing
the specified text and assigns XmFONTLISTDEFAULTTAG as the
font list entry tag. An identical compound string would
result from the function XmStringCreate called with
XmFONTLISTDEFAULTTAG explicitly as the font list entry
tag.
text Specifies a null-terminated string of text encoded in
the current locale to be used as the text component
of the compound string
RETURN VALUE
Returns a new compound string.
RELATED INFORMATION
XmStringCreate(3X).
Page 1 (printed 4/30/98)