A convenience function that removes renditions
Format
#include <Xm/Xm.h> XmRenderTable XmRenderTableRemoveRenditions XmRenderTable oldtableXmStringTag *tagsint tag_count
DESCRIPTION
XmRenderTableRemoveRenditions removes from oldtable the renditions whose tags match the tags specified in tags, then places the remaining renditions in a newly created render table.
RETURN
If oldtable or tags is NULL, or tag_count is 0 (zero), or no renditions are removed from oldtable, this function returns oldtable. Otherwise, it returns a newly allocated XmRenderTable. The application is responsible for managing this allocated render table. The application can recover this allocated space by calling XmRenderTableFree.
RELATED