manpagez: man pages & more
man XmRenderTableCopy(3)
Home | html | info | man
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.

       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.


RETURN

       Returns NULL if table is NULL. Otherwise, this function returns the new
       render table.  This function allocates space to hold the new render ta-
       ble.  The application is responsible for managing this allocated space.
       The  application  can  recover  this  allocated space by calling XmRen-
       derTableFree.


RELATED

       XmRendition(3) and XmRenderTableFree(3).



                                               XmRenderTableCopy(library call)

openMotif 2.3.1 - Generated Tue Dec 2 09:09:08 CST 2008
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.