XmRenderTableCopy (3) Linux Manual Page
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.- table
- Specifies the table containing the renditions to be copied.
- tags
- Specifies an array of tags, whose corresponding renditions are to be copied. NULL indicates that the complete table should be copied.
- tag_count
- Specifies the number of tags in tags.
