![]() |
![]()
| ![]() |
![]()
NAMEXmRenderTableGetRendition — A convenience function that matches a rendition tag SYNOPSIS#include <Xm/Xm.h> XmRendition XmRenderTableGetRendition( XmRenderTable table, XmStringTag tag); DESCRIPTIONXmRenderTableGetRendition 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. RETURNReturns NULL if there is no match; otherwise, this function returns a new XmRendition. RELATEDXmRenderTableGetRenditions(3), XmRenderTableGetTags(3), and XmRendition(3).
|