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

FreeBSD Manual Pages

  
 
  

home | help
XmRenderTa...etRendition(3) Library Functions Manual XmRenderTa...etRendition(3)

NAME
     XmRenderTableGetRendition	--  A convenience function that matches a rendi-
     tion tag

SYNOPSIS
     #include <Xm/Xm.h>
     XmRendition XmRenderTableGetRendition(
     XmRenderTable table,
     XmStringTag tag);

DESCRIPTION
     XmRenderTableGetRendition searches table and returns a copy of  the  rendi-
     tion 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.

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

RELATED
     XmRenderTableGetRenditions(3), XmRenderTableGetTags(3), and XmRendition(3).

						     XmRenderTa...etRendition(3)

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

home | help