atkAddGlobalEventListener       package:RGtk2       R Documentation

_a_t_k_A_d_d_G_l_o_b_a_l_E_v_e_n_t_L_i_s_t_e_n_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     Adds the specified function to the list of functions to be called
     when an event of type event_type occurs.

_U_s_a_g_e:

     atkAddGlobalEventListener(listener, event.type)

_A_r_g_u_m_e_n_t_s:

'listener': [GSignalEmissionHook]  the listener to notify

'event.type': [character]  the type of event for which notification is
          requested

_V_a_l_u_e:

     [numeric]  added event listener id, or 0 on failure.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

