


XtVaCreateArgsList(3Xt)	   XT FUNCTIONS	  XtVaCreateArgsList(3Xt)


NNAAMMEE
       XtVaCreateArgsList - dynamically allocate a varargs list

SSYYNNTTAAXX
       XtVarArgsList XtVaCreateArgsList(_u_n_u_s_e_d, _._._.)
	     XtPointer _u_n_u_s_e_d;


AARRGGUUMMEENNTTSS
       _u_n_u_s_e_d	 Must be specified as NULL.

       _._._.	 Specifies a variable parameter list of resource
		 name and value pairs.

DDEESSCCRRIIPPTTIIOONN
       The _X_t_V_a_C_r_e_a_t_e_A_r_g_s_L_i_s_t function allocates memory and
       copies its arguments into a single list pointer, which may
       be used with _X_t_V_a_N_e_s_t_e_d_L_i_s_t.  The end of both lists is
       identified by a _n_a_m_e entry containing NULL. Any entries of
       type _X_t_V_a_T_y_p_e_d_A_r_g are copied as specified without applying
       conversions. Data passed by reference (including Strings)
       are not copied, only the pointers themselves; the caller
       must ensure that the data remain valid for the lifetime of
       the created varargs list. The list should be freed using
       _X_t_F_r_e_e when no longer needed.

SSEEEE AALLSSOO
       _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




























X Version 11		   Release 6.1				1


