A representation type manager function that generates a list of values for a representation type
Format
#include <Xm/RepType.h> String * XmRepTypeGetNameList XmRepTypeId rep_type_idBoolean use_uppercase_format
DESCRIPTION
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.
RETURN
Returns a pointer to an array of the value names.
RELATED
XmRepTypeGetId (3), XmRepTypeGetRegistered (3), and XmRepTypeRegister (3).