


XtAppAddConverter(3Xt)				       XtAppAddConverter(3Xt)
X11R5									X11R5



NAME
  XtAppAddConverter - register resource	converter

SYNTAX
  void XtAppAddConverter(_a_p_p__c_o_n_t_e_x_t, _f_r_o_m__t_y_p_e, _t_o__t_y_p_e, _c_o_n_v_e_r_t_e_r,
  _c_o_n_v_e_r_t__a_r_g_s,	_n_u_m__a_r_g_s)
      XtAppContext _a_p_p__c_o_n_t_e_x_t;
      String _f_r_o_m__t_y_p_e;
      String _t_o__t_y_p_e;
      XtConverter _c_o_n_v_e_r_t_e_r;
      XtConvertArgList _c_o_n_v_e_r_t__a_r_g_s;
      Cardinal _n_u_m__a_r_g_s;

ARGUMENTS

  _a_p_p__c_o_n_t_e_x_t
	    Specifies the application context.

  _c_o_n_v_e_r_t_e_r Specifies the type converter procedure.

  _c_o_n_v_e_r_t__a_r_g_s
	    Specifies how to compute the additional arguments to the con-
	    verter or NULL.

  _f_r_o_m__t_y_p_e Specifies the source type.

  _n_u_m__a_r_g_s  Specifies the number of additional arguments to the	converter or
	    zero.

  _t_o__t_y_p_e   Specifies the destination type.

DESCRIPTION
  The _X_t_A_p_p_A_d_d_C_o_n_v_e_r_t_e_r	registers a the	specified resource converter.

SEE ALSO
  XtConvert(3Xt), XtStringConversionWarning(3Xt)
  _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e




















