![]() |
![]()
| ![]() |
![]()
NAMEXmRenderTableRemoveRenditions — A convenience function that removes renditions SYNOPSIS#include <Xm/Xm.h> XmRenderTable XmRenderTableRemoveRenditions( XmRenderTable oldtable, XmStringTag *tags, int tag_count); DESCRIPTIONXmRenderTableRemoveRenditions removes from oldtable the renditions whose tags match the tags specified in tags, then places the remaining renditions in a newly created render table.
RETURNIf 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. RELATEDXmRendition(3) and XmRenderTableFree(3).
|