


XtGetResourceList(3Xt)				       XtGetResourceList(3Xt)
X11R5									X11R5



NAME
  XtGetResourceList - obtain resource list

SYNTAX
  void XtGetResourceList(_c_l_a_s_s,	_r_e_s_o_u_r_c_e_s__r_e_t_u_r_n, _n_u_m__r_e_s_o_u_r_c_e_s__r_e_t_u_r_n);
	WidgetClass _c_l_a_s_s;
	XtResourceList *_r_e_s_o_u_r_c_e_s__r_e_t_u_r_n;
	Cardinal *_n_u_m__r_e_s_o_u_r_c_e_s__r_e_t_u_r_n;

ARGUMENTS

  _n_u_m__r_e_s_o_u_r_c_e_s__r_e_t_u_r_n
	    Specifies a	pointer	to where to store the number of	entries	in
	    the	resource list.

  _r_e_s_o_u_r_c_e_s__r_e_t_u_r_n
	    Specifies a	pointer	to where to store the returned resource	list.
	    The	caller must free this storage using _X_t_F_r_e_e when	done with it.

  _w_i_d_g_e_t__c_l_a_s_s
	    Specifies the widget class.

DESCRIPTION
  If it	is called before the widget class is initialized (that is, before the
  first	widget of that class has been created),	_X_t_G_e_t_R_e_s_o_u_r_c_e_L_i_s_t returns the
  resource list	as specified in	the widget class record.  If it	is called
  after	the widget class has been initialized, _X_t_G_e_t_R_e_s_o_u_r_c_e_L_i_s_t returns a
  merged resource list that contains the resources for all superclasses.

SEE ALSO
  XtGetSubresources(3Xt), XtOffset(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

























