Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStriCrB(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmStringCreateLocalized(Xm)    6 January 1993    XmStringCreateLocalized(Xm)


 Name

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

 Syntax


    #include <Xm/Text.h>

    XmString XmStringCreateLocalized (text)
    char *text;


 Description

    XmStringCreateLocalized creates a compound string containing the speci-
    fied text and assigns XmFONTLISTDEFAULTTAG as the font list entry tag.
    An identical compound string would result from the function XmStringCre-
    ate 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.

 See also

    XmStringCreate(Xm)


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026