home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xtvacreateargslist.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XtVaCreateArgsList(3Xt)       XT FUNCTIONS      XtVaCreateArgsList(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtVaCreateArgsList - dynamically allocate a varargs list
  9.  
  10. SSYYNNTTAAXX
  11.        XtVarArgsList XtVaCreateArgsList(_u_n_u_s_e_d, _._._.)
  12.          XtPointer _u_n_u_s_e_d;
  13.  
  14.  
  15. AARRGGUUMMEENNTTSS
  16.        _u_n_u_s_e_d     Must be specified as NULL.
  17.  
  18.        _._._.     Specifies a variable parameter list of resource
  19.          name and value pairs.
  20.  
  21. DDEESSCCRRIIPPTTIIOONN
  22.        The _X_t_V_a_C_r_e_a_t_e_A_r_g_s_L_i_s_t function allocates memory and
  23.        copies its arguments into a single list pointer, which may
  24.        be used with _X_t_V_a_N_e_s_t_e_d_L_i_s_t.  The end of both lists is
  25.        identified by a _n_a_m_e entry containing NULL. Any entries of
  26.        type _X_t_V_a_T_y_p_e_d_A_r_g are copied as specified without applying
  27.        conversions. Data passed by reference (including Strings)
  28.        are not copied, only the pointers themselves; the caller
  29.        must ensure that the data remain valid for the lifetime of
  30.        the created varargs list. The list should be freed using
  31.        _X_t_F_r_e_e when no longer needed.
  32.  
  33. SSEEEE AALLSSOO
  34.        _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
  35.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.