DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmStringCreateLocalized(X3mot)


XmStringCreateLocalized -- a compound string function that creates a compound string in the current locale

Synopsis

#include <Xm/Text.h>

XmString XmStringCreateLocalized (text) char *text;

Description

XmStringCreateLocalized creates a compound string containing the specified text and assigns XmFONTLIST_DEFAULT_TAG as the font list entry tag. An identical compound string would result from the function XmStringCreate called with XmFONTLIST_DEFAULT_TAG 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 values

Returns a new compound string.

References

XmStringCreate(X3mot)
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004