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
XmRenderTableGetRenditions(3) FreeBSD Library Functions Manual XmRenderTableGetRenditions(3)

XmRenderTableGetRenditions — A convenience function that matches rendition tags

#include <Xm/Xm.h>
XmRendition *XmRenderTableGetRenditions(
XmRenderTable table,
XmStringTag *tags,
Cardinal tag_count);

XmRenderTableGetRenditions searches table and returns an array of copies of the renditions whose XmNtag resources match a tag in tags. If no renditions match, then NULL is returned. The size of the returned array is tag_count. The XmNtag resource of each rendition will match the corresponding tag in tags. If no match is found for a particular tag, the corresponding slot in the return value will be NULL.

It is the responsibility of the caller to call the XmRenditionFree function to free the new renditions, and the XtFree function to free the array.

table
Specifies the table containing renditions to be searched.
tags
Specifies the tags to search for.
tag_count
Specifies the number of tags in tags.

Returns NULL if there is no match; otherwise, this function returns an array of new XmRenditions.

XmRenderTableGetRendition(3), XmRenderTableGetTags(3), and XmRendition(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.