Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStringGetLtoR(3X) — Tru64 UNIX 4.0f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmStringCreate(3X)

XmStringGetLtoR(3X)  —  Subroutines

OSF/Motif

NAME

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

SYNOPSIS

#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.

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

textSpecifies 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 segment. 

SEE ALSO

XmStringCreate(3X)

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