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

XmRepTypeGetNameList — A representation type manager function that generates a list of values for a representation type

#include <Xm/RepType.h>
String * XmRepTypeGetNameList(
XmRepTypeId rep_type_id,
Boolean use_uppercase_format);

XmRepTypeGetNameList generates a NULL-terminated list of the value names associated with the specified representation type. Each value name is a NULL-terminated string. This routine allocates memory for the returned data. The application must free this memory using XtFree.
rep_type_id
Specifies the identification number of the representation type.
use_uppercase_format
Specifies a Boolean value that controls the format of the name list. If the value is True, each value name is in uppercase characters prefixed by Xm; if it is False, the names are in lowercase characters.

Returns a pointer to an array of the value names.

XmRepTypeGetId(3), XmRepTypeGetRegistered(3), and XmRepTypeRegister(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.