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

XmRenderTableGetTags — A convenience function that gets rendition tags

#include <Xm/Xm.h>
int XmRenderTableGetTags(
XmRenderTable table,
XmStringTag **tag_list);

XmRenderTableGetTags searches the specified table for the XmNtag resources of all the renditions (XmRenditions) entries. These tag resources are then composed into an array.
table
Specifies the table containing the XmRenditions.
tag_list
Is the array of XmStringTags generated by this function. The function allocates space to hold the returned tags and to hold the tag_list itself. The application is responsible for managing this allocated space. This application can recover this allocated space by calling XtFree once for each of the returned tags, and then calling XtFree on the returned tag_list variable itself.

Returns the number of tags in tag_list.

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.