GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmRenderTableCopy(3) FreeBSD Library Functions Manual XmRenderTableCopy(3)

XmRenderTableCopy — A render table function that copies renditions

#include <Xm/Xm.h>
XmRenderTable XmRenderTableCopy(
XmRenderTable table,
XmStringTag *tags,
int tag_count);

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.

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.

XmRendition(3) and XmRenderTableFree(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.