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

  1.  
  2.  
  3.  
  4. XtGetActionList(3Xt)       XT FUNCTIONS         XtGetActionList(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetActionList - obtain class action list
  9.  
  10. SSYYNNTTAAXX
  11.        void XtGetActionList(_w_i_d_g_e_t___c_l_a_s_s, _a_c_t_i_o_n_s___r_e_t_u_r_n,
  12.        _n_u_m___a_c_t_i_o_n_s___r_e_t_u_r_n)
  13.          WidgetClass _w_i_d_g_e_t___c_l_a_s_s;
  14.          XtActionList* _a_c_t_i_o_n_s___r_e_t_u_r_n;
  15.          Cardinal* _n_u_m___a_c_t_i_o_n_s___r_e_t_u_r_n;
  16.  
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _w_i_d_g_e_t___c_l_a_s_s
  20.          Specifies the widget class whose actions are to
  21.          be returned.
  22.  
  23.        _a_c_t_i_o_n_s___r_e_t_u_r_n
  24.          Returns the action list.
  25.  
  26.        _n_u_m___a_c_t_i_o_n_s___r_e_t_u_r_n
  27.          Returns the number of action procedures declared
  28.          by the class.
  29.  
  30. DDEESSCCRRIIPPTTIIOONN
  31.        _X_t_G_e_t_A_c_t_i_o_n_L_i_s_t returns the action table defined by the
  32.        specified widget class. This table does not include
  33.        actions defined by the superclasses. If _w_i_d_g_e_t___c_l_a_s_s is
  34.        not initialized, or is not _c_o_r_e_W_i_d_g_e_t_C_l_a_s_s or a subclass
  35.        thereof, or if the class does not define any actions,
  36.        *_a_c_t_i_o_n_s___r_e_t_u_r_n will be NULL and *_n_u_m___a_c_t_i_o_n_s___r_e_t_u_r_n will
  37.        be zero. If *_a_c_t_i_o_n_s___r_e_t_u_r_n is non-NULL the client is
  38.        responsible for freeing the table using _X_t_F_r_e_e when it is
  39.        no longer needed.
  40.  
  41. SSEEEE AALLSSOO
  42.        _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
  43.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.