table of contents
XmRenderTableCopy(library call) | XmRenderTableCopy(library call) |
NAME¶
XmRenderTableCopy — A render table function that copies renditions
SYNOPSIS¶
#include <Xm/Xm.h> XmRenderTable XmRenderTableCopy( XmRenderTable table, XmStringTag *tags, int tag_count);
DESCRIPTION¶
XmRenderTableCopy creates a new render table which will contain the renditions of the table whose tags match those in tags.
RETURN¶
Returns NULL if table is NULL. Otherwise, this function returns the new render table. This function allocates space to hold the new render table. The application is responsible for managing this allocated space. The application can recover this allocated space by calling XmRenderTableFree.