atkAddKeyEventListener         package:RGtk2         R Documentation

_a_t_k_A_d_d_K_e_y_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 a key event occurs.  The 'data' element will be passed to the
     'AtkKeySnoopFunc' ('listener') as the 'func.data' param, on
     notification.

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

     atkAddKeyEventListener(listener, data)

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

'listener': ['AtkKeySnoopFunc']  the listener to notify

  'data': [R object]  a 'R object' that points to a block of data that
          should be sent to the registered listeners, along with the
          event notification, when it occurs.  

_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

