Man Page: xmrendertablegetrendition
Operating Environment: centos
Section: 3
XmRenderTableGetRendition(library call) XmRenderTableGetRendition(library call)NAMEXmRenderTableGetRendition -- A convenience function that matches a rendition tagSYNOPSIS#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. table Specifies the table containing renditions to be searched. tag Specifies the tag to search for.RETURNReturns NULL if there is no match; otherwise, this function returns a new XmRendition.RELATEDXmRenderTableGetRenditions(3), XmRenderTableGetTags(3), and XmRendition(3). XmRenderTableGetRendition(library call)
| Related Man Pages |
|---|
| xmrendertable(3) - redhat |
| xmstringtableparsestringarray(3) - redhat |
| xmrendertableaddrenditions(3) - hpux |
| xmrendertable(3) - hpux |
| xmrendition(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |