logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringPutRendition — A convenience function that places renditions around strings

Description

XmStringPutRendition        places        matching        Xm_STRING_COMPONENT_RENDITION_BEGIN         and
       XmSTRING_COMPONENT_RENDITION_END  components  containing  rendition around string. The original string is
       preserved.

       string    Specifies the compound string to which begin and end rendition components should be added.

       rendition Specifies the rendition tag to be used in an XmSTRING_COMPONENT_RENDITION_BEGIN component which
                 will begin the returned string and in an XmSTRING_COMPONENT_RENDITION_END component which  will
                 end it.

Name

XmStringPutRendition    —    A    convenience    function   that   places   renditions   around   strings
       "XmStringPutRendition"

Return

       Returns a new compound string.  The function allocates space to hold this returned compound string.  When
       the application no longer needs the returned compound string, the application should call XmStringFree.

Synopsis

       #include <Xm/Xm.h>
       XmStringXmStringPutRendition(
       XmStringstring,
       XmStringTagrendition);

See Also