XmRenderTableGetTags (3) Linux Manual Page
XmRenderTableGetTags — A convenience function that gets rendition tags
Synopsis
#include <Xm/Xm.h>int XmRenderTableGetTags(XmRenderTable table,XmStringTag **tag_list);
Description
XmRenderTableGetTags searches the specified table for the XmNtag resources of all the renditions (XmRenditions) entries. These tag resources are then composed into an array.
- table
- Specifies the table containing the
XmRenditions. - tag_list
- Is the array of
XmStringTagsgenerated by this function. The function allocates space to hold the returned tags and to hold the tag_list itself. The application is responsible for managing this allocated space. This application can recover this allocated space by callingXtFreeonce for each of the returned tags, and then callingXtFreeon the returned tag_list variable itself.
Return
Returns the number of tags in tag_list.
Related
XmRendition(3).
