


XmRepTypeAddReverse(3X)				      XmRepTypeAddReverse(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmRReeppTTyyppeeAAddddRReevveerrssee -	A representation type manager function that installs
  the reverse converter	for a previously registered representation type

SYNOPSIS


  ##iinncclluuddee <<XXmm//RReeppTTyyppee..hh>>
  vvooiidd XXmmRReeppTTyyppeeAAddddRReevveerrssee ((_r_e_p__t_y_p_e__i_d))
       XXmmRReeppTTyyppeeIIdd_r_e_p__t_y_p_e__i_d;;

DESCRIPTION
  XXmmRReeppTTyyppeeAAddddRReevveerrssee installs the reverse converter for a previously
  registered representation type.  The reverse converter takes a numerical
  representation type value and	returns	its corresponding string value.	 Cer-
  tain applications may	require	this capability	to obtain a string value to
  display on a screen or to build a resource file.

  The _v_a_l_u_e_s argument of the XXmmRReeppTTyyppeeRReeggiisstteerr function	can be used to regis-
  ter representation types with	nonconsecutive values or with duplicate	names
  for the same value.  If the list of numerical	values for a representation
  type contains	duplicate values, the reverse converter	uses the first name
  in the _v_a_l_u_e__n_a_m_e_s list that matches the specified numeric value.  For
  example, if a	_v_a_l_u_e__n_a_m_e_s array has ccaanncceell, pprroocceeeedd, and aabboorrtt, and the
  corresponding	_v_a_l_u_e_s array contains 0, 1, and	0, the reverse converter will
  return ccaanncceell	instead	of aabboorrtt for an	input value of 0.

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

RELATED	INFORMATION
  XXmmRReeppTTyyppeeGGeettIId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)).


























