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