Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringCreate(3)	    Library Functions Manual	       XmStringCreate(3)

NAME
     XmStringCreate -- A compound string function that creates a compound string

SYNOPSIS
     #include <Xm/Xm.h>
     XmString XmStringCreate(
     char *text,
     XmStringCharSetcharset);

DESCRIPTION
     XmStringCreate  creates  a  compound string with two components: text and a
     font list element tag.  The function will allocate space to  hold	the  re-
     turned  compound string.  When the application no longer needs the returned
     compound string, the application should call XmStringFree.

     text      Specifies a NULL-terminated string to be used as the text  compo-
	       nent of the compound string.

     charset   Specifies the tag component to be associated with the given text.
	       The  value  XmFONTLIST_DEFAULT_TAG  identifies a locale text seg-
	       ment.

RETURN
     Returns a new compound string.

RELATED
     XmFontList(3),  XmFontListAdd(3),	 XmFontListAppendEntry(3),   XmFontList-
     Copy(3),	XmFontListCreate(3),   XmFontListEntryCreate(3),   XmFontListEn-
     tryFree(3), XmFontListEntryGetFont(3), XmFontListEntryGetTag(3), XmFontLis-
     tEntryLoad(3), XmFontListFree(3), XmFontListFreeFontContext(3), XmFontList-
     GetNextFont(3), XmFontListInitFontContext(3),  XmFontListNextEntry(3),  Xm-
     FontListRemoveEntry(3),  XmString(3), XmStringBaseline(3), XmStringByteCom-
     pare(3),  XmStringCompare(3),   XmStringConcat(3),   XmStringCopy(3),   Xm-
     StringCreateLocalized(3),	XmStringCreateLtoR(3),	XmStringCreateSimple(3),
     XmStringDirection(3),  XmStringDirectionCreate(3),   XmStringDraw(3),   Xm-
     StringDrawImage(3), XmStringDrawUnderline(3), XmStringEmpty(3), XmStringEx-
     tent(3),  XmStringFree(3),  XmStringFreeContext(3), XmStringGetLtoR(3), Xm-
     StringGetNextComponent(3),    XmStringGetNextSegment(3),	 XmStringHasSub-
     string(3),  XmStringHeight(3),  XmStringInitContext(3),  XmStringLength(3),
     XmStringLineCount(3),   XmStringNConcat(3),   XmStringNCopy(3),   XmString-
     PeekNextComponent(3), XmStringSegmentCreate(3), XmStringSeparatorCreate(3),
     XmStringTable(3), and XmStringWidth(3).

							       XmStringCreate(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringCreate&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help