DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmStringGetLtoR(X3mot)


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.

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

text
Specifies a pointer to a null terminated string.

Return values

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

References

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