XmRepTypeGetNameList(Xm) 6 January 1993 XmRepTypeGetNameList(Xm) Name XmRepTypeGetNameList - a representation type manager function that generates a list of values for a representation type Syntax #include <Xm/RepType.h> String * XmRepTypeGetNameList (rep_type_id, use_uppercase_format) XmRepTypeId rep_type_id; Boolean 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. reptypeid Specifies the identification number of the representation type. useuppercaseformat Specifies a Boolean value that controls the format of the name list. If True, each value name is in uppercase characters pre- fixed by ``Xm''; if False, the names are in lowercase characters. Return value Returns a pointer to an array of the value names. See also XmRepTypeGetId(Xm), XmRepTypeGetRegistered(Xm) and XmRepTypeRegister(Xm).