


XtAppAddActions(3Xt)					 XtAppAddActions(3Xt)
X11R5									X11R5



NAME
  XtAppAddActions - register an	action table

SYNTAX
  void XtAppAddActions(_a_p_p__c_o_n_t_e_x_t, _a_c_t_i_o_n_s, _n_u_m__a_c_t_i_o_n_s)
	XtAppContext _a_p_p__c_o_n_t_e_x_t;
	XtActionList _a_c_t_i_o_n_s;
	Cardinal _n_u_m__a_c_t_i_o_n_s;

ARGUMENTS

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

  _a_c_t_i_o_n_s   Specifies the action table to register.

  _n_u_m__a_r_g_s  Specifies the number of entries in this action table.

DESCRIPTION
  The _X_t_A_p_p_A_d_d_A_c_t_i_o_n_s function adds the	specified action table and registers
  it with the translation manager.

SEE ALSO
  XtParseTranslationTable(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
































