![]() |
![]()
| ![]() |
![]()
NAMEXmRepTypeGetNameList — A representation type manager function that generates a list of values for a representation type SYNOPSIS#include <Xm/RepType.h> String * XmRepTypeGetNameList( XmRepTypeId rep_type_id, Boolean use_uppercase_format); DESCRIPTIONXmRepTypeGetNameList 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.
RETURNReturns a pointer to an array of the value names. RELATEDXmRepTypeGetId(3), XmRepTypeGetRegistered(3), and XmRepTypeRegister(3).
|