NAME

XtGetActionList - obtain class action list

SYNTAX

void XtGetActionList(WidgetClass _w_i_d_g_e_t___c_l_a_s_s, XtActionList* _a_c_t_i_o_n_s___r_e_t_u_r_n, Cardinal* _n_u_m___a_c_t_i_o_n_s___r_e_t_u_r_n);

ARGUMENTS

_w_i_d_g_e_t___c_l_a_s_s Specifies the widget class whose actions are to be returned.
_a_c_t_i_o_n_s___r_e_t_u_r_n Returns the action list.
_n_u_m___a_c_t_i_o_n_s___r_e_t_u_r_n Returns the number of action procedures declared by the class.

DESCRIPTION

_X_t_G_e_t_A_c_t_i_o_n_L_i_s_t returns the action table defined by the specified widget class. This table does not include actions defined by the superclasses. If _w_i_d_g_e_t___c_l_a_s_s is not initialized, or is not _c_o_r_e_W_i_d_g_e_t_C_l_a_s_s or a subclass thereof, or if the class does not define any actions, *_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 be zero. If *_a_c_t_i_o_n_s___r_e_t_u_r_n is non-NULL the client is responsible for freeing the table using _X_t_F_r_e_e when it is no longer needed.

SEE ALSO


_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