Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStriGeA(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmStringGetLtoR(Xm)            6 January 1993            XmStringGetLtoR(Xm)


 Name

    XmStringGetLtoR - a compound string function that searches for a text
    segment in the input compound string

 Syntax


    #include <Xm/Xm.h>

    Boolean XmStringGetLtoR (string, tag, text)
    XmString string;
    XmStringCharSet tag;
    char **text;


 Description

    XmStringGetLtoR searches for a text segment in the input compound string
    that matches the given font list element tag.

    string  Specifies the compound string.

    tag     Specifies the font list element tag associated with the text.  A
            value of XmFONTLISTDEFAULTTAG identifies a locale text segment.

    text    Specifies a pointer to a null terminated string.

 Return value

    Returns True if the matching text segment can be found.  On return, text
    will have a null terminated octet sequence containing the matched seg-
    ment.

 See also

    XmStringCreate(Xm)


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