XmRenderTableRemoveRenditions(3) | Library Functions Manual | XmRenderTableRemoveRenditions(3) |
XmRenderTableRemoveRenditions — A convenience function that removes renditions "XmRenderTableRemoveRenditions"
#include <Xm/Xm.h> XmRenderTable XmRenderTableRemoveRenditions( XmRenderTable oldtable, XmStringTag *tags, int tag_count);
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.
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.