


XmRepTypeGetNameList(3X)			     XmRepTypeGetNameList(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmRReeppTTyyppeeGGeettNNaammeeLLiisstt - A representation type manager function	that gen-
  erates a list	of values for a	representation type

SYNOPSIS


  ##iinncclluuddee <<XXmm//RReeppTTyyppee..hh>>
  SSttrriinngg ** XXmmRReeppTTyyppeeGGeettNNaammeeLLiisstt	((_r_e_p__t_y_p_e__i_d, _u_s_e__u_p_p_e_r_c_a_s_e__f_o_r_m_a_t))
       XXmmRReeppTTyyppeeIIdd _r_e_p__t_y_p_e__i_d;;
       BBoooolleeaann	   _u_s_e__u_p_p_e_r_c_a_s_e__f_o_r_m_a_t;;

DESCRIPTION
  XXmmRReeppTTyyppeeGGeettNNaammeeLLiisstt 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 XXttFFrreeee.

  _r_e_p__t_y_p_e__i_d
	    Specifies the identification number	of the representation type.

  _u_s_e__u_p_p_e_r_c_a_s_e__f_o_r_m_a_t
	    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.

RELATED	INFORMATION
  XXmmRReeppTTyyppeeGGeettIIdd((33XX)), XXmmRReeppTTyyppeeGGeettRReeggiisstteerreedd((33XX)), and XXmmRReeppTTyyppeeRReeggiisstteerr((33XX)).



























