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

XmRenderTableGetRendition — A convenience function that matches a rendition tag

Description

XmRenderTableGetRendition searches table and returns a  copy  of  the  rendition  whose  XmNtag  resource
       matches  tag.   If  no rendition matches, then NULL is returned. This function is to be used for just one
       rendition match.

       It is the responsibility of the caller to free the returned rendition with the XmRenditionFree function.

       table     Specifies the table containing renditions to be searched.

       tag       Specifies the tag to search for.

Name

XmRenderTableGetRendition    —    A    convenience    function    that    matches    a    rendition   tag
       "XmRenderTableGetRendition"

Return

       Returns NULL if there is no match; otherwise, this function returns a new XmRendition.

Synopsis

       #include <Xm/Xm.h>
       XmRenditionXmRenderTableGetRendition(
       XmRenderTabletable,
       XmStringTagtag);

See Also